| Commit message (Expand) | Author | Age | Files | Lines |
* | net: add alloc_skb_with_frags() helper | Eric Dumazet | 2014-09-19 | 1 | -0/+6 |
* | net: filter: constify detection of pkt_type_offset | Hannes Frederic Sowa | 2014-09-13 | 1 | -0/+10 |
* | net: Add function for parsing the header length out of linear ethernet frames | Alexander Duyck | 2014-09-05 | 1 | -1/+3 |
* | net-timestamp: Make the clone operation stand-alone from phy timestamping | Alexander Duyck | 2014-09-05 | 1 | -0/+2 |
* | net: Infrastructure for checksum unnecessary conversions | Tom Herbert | 2014-09-01 | 1 | -0/+20 |
* | net: Support for csum_bad in skbuff | Tom Herbert | 2014-09-01 | 1 | -1/+20 |
* | net: Clarification of CHECKSUM_UNNECESSARY | Tom Herbert | 2014-08-29 | 1 | -23/+51 |
* | net: Allocate a new 16 bits for flags in skbuff | Tom Herbert | 2014-08-29 | 1 | -0/+4 |
* | net: Update sk_buff flag bit availability comment. | David S. Miller | 2014-08-27 | 1 | -1/+1 |
* | net: Remove ndo_xmit_flush netdev operation, use signalling instead. | David S. Miller | 2014-08-25 | 1 | -0/+2 |
* | net: Allow raw buffers to be passed into the flow dissector. | David S. Miller | 2014-08-23 | 1 | -6/+12 |
* | net: Always untag vlan-tagged traffic on input. | Vlad Yasevich | 2014-08-11 | 1 | -0/+1 |
* | net-timestamp: ACK timestamp for bytestreams | Willem de Bruijn | 2014-08-05 | 1 | -1/+6 |
* | net-timestamp: SCHED timestamp on entering packet scheduler | Willem de Bruijn | 2014-08-05 | 1 | -2/+9 |
* | net-timestamp: add key to disambiguate concurrent datagrams | Willem de Bruijn | 2014-08-05 | 1 | -0/+1 |
* | net-timestamp: extend SCM_TIMESTAMPING ancillary data struct | Willem de Bruijn | 2014-08-05 | 1 | -0/+3 |
* | net: remove deprecated syststamp timestamp | Willem de Bruijn | 2014-07-29 | 1 | -13/+1 |
* | net: skbuff: Use ALIGN macro instead of open coding it | Tobias Klauser | 2014-07-22 | 1 | -2/+1 |
* | net-timestamp: document deprecated syststamp | Willem de Bruijn | 2014-07-15 | 1 | -2/+4 |
* | net: Only do flow_dissector hash computation once per packet | Tom Herbert | 2014-07-07 | 1 | -2/+7 |
* | net: Call skb_get_hash in get_xps_queue and __skb_tx_hash | Tom Herbert | 2014-07-07 | 1 | -1/+1 |
* | net: add skb_pop_rcv_encapsulation | Tom Herbert | 2014-06-15 | 1 | -0/+12 |
* | net: Fix GSO constants to match NETIF flags | Tom Herbert | 2014-06-15 | 1 | -5/+6 |
* | net: Save software checksum complete | Tom Herbert | 2014-06-11 | 1 | -1/+2 |
* | net: Preserve CHECKSUM_COMPLETE at validation | Tom Herbert | 2014-06-11 | 1 | -9/+14 |
* | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 2014-06-11 | 1 | -1/+15 |
* | gre: Call gso_make_checksum | Tom Herbert | 2014-06-04 | 1 | -0/+2 |
* | net: Add GSO support for UDP tunnels with checksum | Tom Herbert | 2014-06-04 | 1 | -0/+2 |
* | net: Support for multiple checksums with gso | Tom Herbert | 2014-06-04 | 1 | -1/+25 |
* | net: rename local_df to ignore_df | WANG Cong | 2014-05-12 | 1 | -2/+2 |
* | net: Generalize checksum_init functions | Tom Herbert | 2014-05-05 | 1 | -0/+93 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-04-02 | 1 | -18/+86 |
|\ |
|
| * | net: Add a test to see if a skb is freeable in irq context | Eric W. Biederman | 2014-04-01 | 1 | -0/+13 |
| * | net: ptp: move PTP classifier in its own file | Daniel Borkmann | 2014-04-01 | 1 | -2/+0 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-29 | 1 | -2/+2 |
| |\ |
|
| * | | net: Rename skb->rxhash to skb->hash | Tom Herbert | 2014-03-26 | 1 | -14/+14 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-05 | 1 | -1/+4 |
| |\ \ |
|
| * | | | net: add skb_mstamp infrastructure | Eric Dumazet | 2014-02-26 | 1 | -2/+57 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2014-02-24 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new end | Fan Du | 2014-02-12 | 1 | -0/+2 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-02 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge branch 'master' into for-next | Jiri Kosina | 2014-02-20 | 1 | -62/+177 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 2014-02-19 | 1 | -1/+1 |
* | | | | | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors | Zoltan Kiss | 2014-03-27 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2014-02-19 | 1 | -1/+4 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n | Florian Westphal | 2014-02-17 | 1 | -1/+4 |
| | |/
| |/| |
|
* | | | net: ip, ipv6: handle gso skbs in forwarding path | Florian Westphal | 2014-02-13 | 1 | -0/+17 |
|/ / |
|
* | | net: add and use skb_gso_transport_seglen() | Florian Westphal | 2014-01-26 | 1 | -0/+1 |
* | | net: Add skb_get_hash_raw | Tom Herbert | 2014-01-16 | 1 | -0/+5 |
* | | net: add skb_checksum_setup | Paul Durrant | 2014-01-14 | 1 | -0/+2 |