aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAge
...
| * | | gro: fix aggregation for skb using frag_listEric Dumazet2014-09-29
* | | | net: avoid one atomic operation in skb_clone()Eric Dumazet2014-10-01
* | | | net: cleanup and document skb fclone layoutEric Dumazet2014-10-01
| |/ / |/| |
* | | net: reorganize sk_buff for faster __copy_skb_header()Eric Dumazet2014-09-29
* | | net : optimize skb_release_data()Eric Dumazet2014-09-26
* | | net: introduce __skb_header_release()Eric Dumazet2014-09-26
* | | net: add alloc_skb_with_frags() helperEric Dumazet2014-09-19
* | | tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2014-09-15
* | | mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck2014-09-12
* | | skb: Add documentation for skb_clone_skAlexander Duyck2014-09-12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-08
|\| |
| * | net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-05
| |/
* | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-05
* | net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck2014-09-05
* | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-02
|/
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-05
|\
| * net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-08-01
* | net-timestamp: TCP timestampingWillem de Bruijn2014-08-05
* | net-timestamp: SCHED timestamp on entering packet schedulerWillem de Bruijn2014-08-05
* | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-05
* | net-timestamp: extend SCM_TIMESTAMPING ancillary data structWillem de Bruijn2014-08-05
|/
* net: fix setting csum_start in skb_segment()Tom Herbert2014-06-25
* net: Fix save software checksum completeTom Herbert2014-06-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-11
|\
| * net: fix UDP tunnel GSO of frag_list GRO packetsWei-Chun Chao2014-06-11
* | net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila2014-06-11
* | net: Support for multiple checksums with gsoTom Herbert2014-06-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-24
|\|
| * net: gro: make sure skb->cb[] initial content has not to be zeroEric Dumazet2014-05-16
* | net: rename local_df to ignore_dfWANG Cong2014-05-12
|/
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: core: don't account for udp header size when computing seglenFlorian Westphal2014-04-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-29
|\
| * net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-28
| * core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-14
|\|
| * skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-03-11
| * skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin2014-03-11
| * skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin2014-03-11
| * skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin2014-03-11
| * skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin2014-03-11
* | consolidate duplicate code is skb_checksum_setup() helpersJan Beulich2014-03-13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\|
| * netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-17
* | skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du2014-02-12
|/
* net: Fix warning on make htmldocs caused by skbuff.cMasanari Iida2014-01-28
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-01-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-25
|\
| * net: add skb_checksum_setupPaul Durrant2014-01-14