Commit Graph

404 Commits (ccc78ec5d463e6c99f4a384be52b31222ffe2e21)

Author SHA1 Message Date
Patrick McHardy ec634fe328 net: convert remaining non-symbolic return values in ndo_start_xmit() functions 16 years ago
Herbert Xu ff780cd8f2 gro: Flush GRO packets in napi_disable_pending path 16 years ago
Herbert Xu d55d87fdff net: Move rx skb_orphan call to where needed 16 years ago
Jiri Pirko 31278e7147 net: group address list and its count 16 years ago
Michał Mirosław da6782927d bridge: Simplify interface for ATM LANE 16 years ago
John Dykstra 746e6ad23c [PATCH] net core: Some interface flags not returned by SIOCGIFFLAGS 16 years ago
Sergey Lapin fcb94e4224 Add constants for the ieee 802.15.4 stack 16 years ago
Eric Dumazet 0c27922e49 net: dev_addr_init() fix 16 years ago
David S. Miller 4cf704fbea net/core/dev.c: Use frag list abstraction interfaces. 16 years ago
Johannes Berg 3b8bcfd5d3 net: introduce pre-up netdev notifier 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Jiri Pirko ccffad25b5 net: convert unicast addr list 16 years ago
Eric Dumazet 1ce8e7b57b net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv() 16 years ago
Herbert Xu cb18978cbf gro: Open-code final pskb_may_pull 16 years ago
Herbert Xu a5b1cf288d gro: Avoid unnecessary comparison after skb_gro_header 16 years ago
Herbert Xu 7489594cb2 gro: Optimise length comparison in skb_gro_header 16 years ago
Herbert Xu 78d3fd0b7d gro: Only use skb_gro_header for completely non-linear packets 16 years ago
Herbert Xu 78a478d0ef gro: Inline skb_gro_header and cache frag0 virtual address 16 years ago
Eric Dumazet 08baf56108 net: txq_trans_update() helper 16 years ago
Alexander Beregalov e3804cbebb net: remove COMPAT_NET_DEV_OPS 16 years ago
Neil Horman 4ea7e38696 dropmon: add ability to detect when hardware dropsrxpackets 16 years ago
Eric Dumazet 93f154b594 net: release dst entry in dev_hard_start_xmit() 16 years ago
Eric Dumazet 7004bf252c net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue 16 years ago
Jiri Pirko ab9c73ccb5 net: check retval of dev_addr_init() 16 years ago
Jiri Pirko f001fde5ea net: introduce a list of device addresses dev_addr_list (v6) 16 years ago
David S. Miller 513de11bba net: Avoid modulus in skb_tx_hash() for forwarding case. 16 years ago
Eric Dumazet ec581f6a42 net: Fix skb_tx_hash() for forwarding workloads. 16 years ago
Herbert Xu edbd9e3030 gro: Fix handling of headers that extend over the tail 16 years ago
Ben Hutchings 5db8765a86 net: Fix GRO for multiple page fragments 16 years ago
Marcin Slusarz eb39c57ff7 net: fix "compatibility" typos 16 years ago
Jarek Poplawski 8caf153974 net: sch_netem: Fix an inconsistency in ingress netem timestamps. 16 years ago
Herbert Xu 76620aafd6 gro: New frags interface to avoid copying shinfo 16 years ago
Herbert Xu fc59f9a3bf gro: Restore correct value to gso_size 16 years ago
Alexander Duyck d543103a0c net: netif_device_attach/detach should start/stop all queues 16 years ago
Stephen Hemminger f2bde73286 net: allow multiple dev per napi with GRO 16 years ago
Herbert Xu 8f1ead2d1a GRO: Disable GRO on legacy netif_rx path 16 years ago
Eric Dumazet ed734a97c6 net: remove useless prefetch() call 16 years ago
Stephen Hemminger 9247744e5e skb: expose and constify hash primitives 16 years ago
Roel Kluin e4a389a9b5 net: kfree(napi->skb) => kfree_skb 16 years ago
Herbert Xu 303c6a0251 gro: Fix legacy path napi_complete crash 16 years ago
Herbert Xu d1c76af9e2 GRO: Move netpoll checks to correct location 16 years ago
Yi Zou 1c8dbcf649 [SCSI] net: add NETIF_F_FCOE_CRC to can_checksum_protocol 16 years ago
David S. Miller 9d40bbda59 vlan: Fix vlan-in-vlan crashes. 16 years ago
David S. Miller 54acd0efab net: Fix missing dev->neigh_setup in register_netdevice(). 16 years ago
Eric W. Biederman 17edde5209 netns: Remove net_alive 16 years ago
Herbert Xu 4ead443163 netpoll: Add drop checks to all entry points 16 years ago
Eric W. Biederman ce16c5337a netns: Remove net_alive 16 years ago
Patrick Ohly cd4d8fdad1 net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stamping 16 years ago
Krishna Kumar e88721f87d net: Optimize skb_tx_hash() by eliminating a comparison 16 years ago
Patrick Ohly d24fff22d8 net: pass new SIOCSHWTSTAMP through to device drivers 16 years ago