Age | Commit message (Expand) | Author | Files | Lines |
2014-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 15 | -1177/+1813 |
2014-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2014-04-01 | Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2014-04-01 | netpoll: Use skb_irq_freeable to make zap_completion_queue safe. | Eric W. Biederman | 1 | -1/+1 |
2014-04-01 | net: ptp: move PTP classifier in its own file | Daniel Borkmann | 3 | -18/+142 |
2014-04-01 | net: filter: minor: fix kdoc in __sk_run_filter | Daniel Borkmann | 1 | -2/+2 |
2014-03-31 | net-gro: restore frag0 optimization | Eric Dumazet | 1 | -32/+64 |
2014-03-31 | net-sysfs: expose number of carrier on/off changes | david decotigny | 2 | -1/+16 |
2014-03-31 | net: Allow modules to use is_skb_forwardable | Vlad Yasevich | 1 | -2/+2 |
2014-03-31 | net: filter: rework/optimize internal BPF interpreter's instruction set | Alexei Starovoitov | 1 | -300/+1157 |
2014-03-31 | net: ptp: do not reimplement PTP/BPF classifier | Daniel Borkmann | 1 | -1/+7 |
2014-03-31 | net: ptp: use sk_unattached_filter_create() for BPF | Daniel Borkmann | 1 | -7/+14 |
2014-03-31 | net: filter: move filter accounting to filter core | Daniel Borkmann | 1 | -2/+25 |
2014-03-31 | net: filter: keep original BPF program around | Daniel Borkmann | 2 | -29/+80 |
2014-03-31 | net: filter: add jited flag to indicate jit compiled filters | Daniel Borkmann | 1 | -0/+1 |
2014-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -12/+31 |
2014-03-29 | netpoll: Respect NETIF_F_LLTX | Eric W. Biederman | 1 | -5/+5 |
2014-03-29 | netpoll: Remove strong unnecessary assumptions about skbs | Eric W. Biederman | 1 | -2/+2 |
2014-03-29 | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable | Eric W. Biederman | 2 | -8/+8 |
2014-03-29 | netpoll: Move rx enable/disable into __dev_close_many | Eric W. Biederman | 1 | -9/+4 |
2014-03-29 | netpoll: Only call ndo_start_xmit from a single place | Eric W. Biederman | 1 | -25/+36 |
2014-03-29 | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman | 1 | -4/+4 |
2014-03-28 | net: Account for all vlan headers in skb_mac_gso_segment | Vlad Yasevich | 2 | -5/+11 |
2014-03-28 | net: net: add a core netdev->tx_dropped counter | Eric Dumazet | 1 | -0/+2 |
2014-03-27 | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors | Zoltan Kiss | 1 | -7/+20 |
2014-03-27 | net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c | Monam Agarwal | 1 | -1/+1 |
2014-03-26 | net: Rename skb->rxhash to skb->hash | Tom Herbert | 3 | -12/+13 |
2014-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+6 |
2014-03-24 | netpoll: fix the skb check in pkt_is_ns | Li RongQing | 1 | -1/+1 |
2014-03-20 | rtnetlink: fix fdb notification flags | Nicolas Dichtel | 1 | -4/+6 |
2014-03-17 | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) | Eric W. Biederman | 2 | -529/+2 |
2014-03-17 | netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP | Eric W. Biederman | 1 | -17/+64 |
2014-03-17 | netpoll: Consolidate neigh_tx processing in service_neigh_queue | Eric W. Biederman | 1 | -22/+16 |
2014-03-17 | netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP | Eric W. Biederman | 1 | -5/+9 |
2014-03-17 | netpoll: Don't drop all received packets. | Eric W. Biederman | 1 | -11/+6 |
2014-03-17 | netpoll: Add netpoll_rx_processing | Eric W. Biederman | 1 | -2/+2 |
2014-03-17 | netpoll: Warn if more packets are processed than are budgeted | Eric W. Biederman | 1 | -0/+1 |
2014-03-17 | netpoll: Visit all napi handlers in poll_napi | Eric W. Biederman | 1 | -3/+0 |
2014-03-17 | netpoll: Pass budget into poll_napi | Eric W. Biederman | 1 | -3/+3 |
2014-03-17 | netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev | Eric W. Biederman | 1 | -8/+8 |
2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -47/+58 |
2014-03-13 | consolidate duplicate code is skb_checksum_setup() helpers | Jan Beulich | 1 | -90/+50 |
2014-03-12 | flowcache: Fix resource leaks on namespace exit. | Steffen Klassert | 1 | -0/+19 |
2014-03-12 | net: Convert uses of __constant_<foo> to <foo> | Joe Perches | 2 | -12/+12 |
2014-03-11 | tcp: tcp_release_cb() should release socket ownership | Eric Dumazet | 1 | -1/+4 |
2014-03-11 | skbuff: skb_segment: orphan frags before copying | Michael S. Tsirkin | 1 | -0/+6 |
2014-03-11 | skbuff: skb_segment: s/fskb/list_skb/ | Michael S. Tsirkin | 1 | -13/+13 |
2014-03-11 | skbuff: skb_segment: s/skb/head_skb/ | Michael S. Tsirkin | 1 | -22/+24 |
2014-03-11 | skbuff: skb_segment: s/skb_frag/frag/ | Michael S. Tsirkin | 1 | -7/+7 |
2014-03-11 | skbuff: skb_segment: s/frag/nskb_frag/ | Michael S. Tsirkin | 1 | -9/+9 |