Commit Graph

200 Commits (cd659fd0d7c91b7830d1fea0c76a640e171d2d43)

Author SHA1 Message Date
Randy Dunlap 4b21cd4eed skbuff.h: fix missing kernel-doc 16 years ago
Stephen Hemminger 9247744e5e skb: expose and constify hash primitives 16 years ago
Chris Leech 01d5b2fca1 [SCSI] net: define feature flags for FCoE offloads 16 years ago
Neil Horman ead2ceb0ec Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs 16 years ago
Randy Dunlap d3a21be86c skbuff.h: fix timestamps kernel-doc 16 years ago
David S. Miller 92a0acce18 net: Kill skb_truesize_check(), it only catches false-positives. 16 years ago
Patrick Ohly ac45f602ee net: infrastructure for hardware time stamping 16 years ago
David S. Miller d54e6d8727 net: Kill skbuff macros from the stone ages. 16 years ago
David S. Miller d6301d3dd1 net: Increase default NET_SKB_PAD to 32. 16 years ago
Herbert Xu 86911732d3 gro: Avoid copying headers of unmerged packets 16 years ago
David S. Miller d5a9e24afb net: Allow RX queue selection to seed TX queue hashing. 16 years ago
Herbert Xu 71d93b39e5 net: Add skb_gro_receive 16 years ago
Ilpo Järvinen 832d11c5cd tcp: Try to restore large SKBs while SACK processing 16 years ago
Sujith 8b30b1fe36 mac80211: Re-enable aggregation 17 years ago
Alexey Dobriyan def8b4faff net: reduce structures when XFRM=n 17 years ago
Peter Zijlstra 654bed16cf net: packet split receive api 17 years ago
Lennert Buytenhek 04a4bb55bc net: add skb_recycle_check() to enable netdriver skb recycling 17 years ago
David S. Miller 1164f52a24 net: Add skb_queue_walk_from() and skb_queue_walk_from_safe(). 17 years ago
David S. Miller 249c8b42c7 net: Add skb_queue_next(). 17 years ago
David S. Miller fc7ebb212d net: Add skb_queue_is_last(). 17 years ago
David S. Miller 1d4a31dde9 net: Fix bus in SKB queue splicing interfaces. 17 years ago
David S. Miller 67fed45930 net: Add new interfaces for SKB list light-weight init and splicing. 17 years ago
David S. Miller a40c24a133 net: Add SKB DMA mapping helper functions. 17 years ago
David S. Miller 271bff7afb net: Add DMA mapping tokens to skb_shared_info. 17 years ago
Rusty Russell db543c1f97 net: skb_copy_datagram_from_iovec() 17 years ago
Gerrit Renker 987c402ac3 skbuff: Code readability NiT 17 years ago
Randy Dunlap 4a7b61d235 skbuff: add missing kernel-doc for do_not_encrypt 17 years ago
Johannes Berg d0f0980414 mac80211: partially fix skb->cb use 17 years ago
Patrick McHardy 6aa895b047 vlan: Don't store VLAN tag in cb 17 years ago
David S. Miller b19fa1fa91 net: Delete NETDEVICES_MULTIQUEUE kconfig option. 17 years ago
Ben Hutchings 4497b0763c net: Discard and warn about LRO'd skbs received for forwarding 17 years ago
Randy Dunlap 553a56726b skbuff: fix missing kernel-doc notation 17 years ago
Randy Dunlap f7d0e5a506 skbuff: fix missing kernel-doc notation 17 years ago
Gerrit Renker f5572855ec [SKB]: __skb_queue_tail = __skb_insert before 17 years ago
Gerrit Renker 7de6c03336 [SKB]: __skb_append = __skb_queue_after 17 years ago
Gerrit Renker bf29927588 [SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next) 17 years ago
Gerrit Renker f525c06d12 [SKB]: __skb_dequeue = skb_peek + __skb_unlink 17 years ago
YOSHIFUJI Hideaki de357cc013 [IPV6] NDISC: Don't rely on node-type hint from L2 unless required. 17 years ago
Templin, Fred L fadf6bf060 [IPV6] SIT: Add PRL management for ISATAP. 17 years ago
Ilpo Järvinen 419ae74ecc [NET]: uninline skb_trim, de-bloats 17 years ago
Ilpo Järvinen c2aa270ad7 [NET]: uninline skb_push, de-bloats a lot 17 years ago
Ilpo Järvinen f58518e678 [NET]: uninline dev_alloc_skb, de-bloats a lot 17 years ago
Ilpo Järvinen 6be8ac2fdc [NET]: uninline skb_pull, de-bloats a lot 17 years ago
Ilpo Järvinen 0dde3e1648 [NET]: uninline skb_put, de-bloats a lot 17 years ago
Eric Dumazet ee6b967301 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts 17 years ago
Randy Dunlap 3172936341 net: fix kernel-doc warnings in header files 17 years ago
Rusty Russell f35d9d8aae virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. 17 years ago
Patrick McHardy 2fd8e526f4 [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member 17 years ago
Herbert Xu a59322be07 [UDP]: Only increment counter on first peek/recv 17 years ago
Herbert Xu 27ab256864 [UDP]: Avoid repeated counting of checksum errors due to peeking 17 years ago