genode/repos/dde_linux/src
Christian Helmuth 813f4d976b lxip: allocate skb with properly aligned IP header
Comment in Linux sources:

  Since an ethernet header is 14 bytes network drivers often end up with
  the IP header at an unaligned offset. The IP header can be aligned by
  shifting the start of the packet by 2 bytes. Drivers should do this
  with:

  skb_reserve(skb, NET_IP_ALIGN);

This is ensured when using netdev_alloc_skb_ip_align().

Issue #4094
2021-05-28 14:15:26 +02:00
..
drivers usb_host: Move task to device in USB session 2021-05-28 14:15:26 +02:00
include dde_linux: test subdevice id for device matching 2021-05-05 11:21:43 +02:00
lib lxip: allocate skb with properly aligned IP header 2021-05-28 14:15:26 +02:00
lx_kit platform_session: cache arg for alloc_dma_buffer 2021-04-20 12:10:57 +02:00
server/usb_terminal terminal session: propagate resize events 2018-02-14 20:41:03 +01:00
test timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00