Age | Commit message (Expand) | Author |
2014-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-03-29 | netpoll: Respect NETIF_F_LLTX | Eric W. Biederman |
2014-03-29 | netpoll: Remove strong unnecessary assumptions about skbs | Eric W. Biederman |
2014-03-29 | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable | Eric W. Biederman |
2014-03-29 | netpoll: Move rx enable/disable into __dev_close_many | Eric W. Biederman |
2014-03-29 | netpoll: Only call ndo_start_xmit from a single place | Eric W. Biederman |
2014-03-29 | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman |
2014-03-28 | net: Account for all vlan headers in skb_mac_gso_segment | Vlad Yasevich |
2014-03-28 | net: net: add a core netdev->tx_dropped counter | Eric Dumazet |
2014-03-27 | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors | Zoltan Kiss |
2014-03-27 | net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c | Monam Agarwal |
2014-03-26 | net: Rename skb->rxhash to skb->hash | Tom Herbert |
2014-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-03-24 | netpoll: fix the skb check in pkt_is_ns | Li RongQing |
2014-03-20 | rtnetlink: fix fdb notification flags | Nicolas Dichtel |
2014-03-20 | net/core/flow.c: Fix CPU hotplug callback registration | Srivatsa S. Bhat |
2014-03-19 | cgroup: drop const from @buffer of cftype->write_string() | Tejun Heo |
2014-03-17 | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) | Eric W. Biederman |
2014-03-17 | netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP | Eric W. Biederman |
2014-03-17 | netpoll: Consolidate neigh_tx processing in service_neigh_queue | Eric W. Biederman |
2014-03-17 | netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP | Eric W. Biederman |
2014-03-17 | netpoll: Don't drop all received packets. | Eric W. Biederman |
2014-03-17 | netpoll: Add netpoll_rx_processing | Eric W. Biederman |
2014-03-17 | netpoll: Warn if more packets are processed than are budgeted | Eric W. Biederman |
2014-03-17 | netpoll: Visit all napi handlers in poll_napi | Eric W. Biederman |
2014-03-17 | netpoll: Pass budget into poll_napi | Eric W. Biederman |
2014-03-17 | netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev | Eric W. Biederman |
2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-03-13 | consolidate duplicate code is skb_checksum_setup() helpers | Jan Beulich |
2014-03-12 | flowcache: Fix resource leaks on namespace exit. | Steffen Klassert |
2014-03-12 | net: Convert uses of __constant_<foo> to <foo> | Joe Perches |
2014-03-11 | tcp: tcp_release_cb() should release socket ownership | Eric Dumazet |
2014-03-11 | skbuff: skb_segment: orphan frags before copying | Michael S. Tsirkin |
2014-03-11 | skbuff: skb_segment: s/fskb/list_skb/ | Michael S. Tsirkin |
2014-03-11 | skbuff: skb_segment: s/skb/head_skb/ | Michael S. Tsirkin |
2014-03-11 | skbuff: skb_segment: s/skb_frag/frag/ | Michael S. Tsirkin |
2014-03-11 | skbuff: skb_segment: s/frag/nskb_frag/ | Michael S. Tsirkin |
2014-03-10 | flowcache: restore a single flow_cache kmem_cache | Eric Dumazet |
2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-02-27 | neigh: recompute reachabletime before returning from neigh_periodic_work() | Duan Jiong |
2014-02-27 | neigh: directly goto out after setting nud_state to NUD_FAILED | Duan Jiong |
2014-02-26 | neigh: probe application via netlink in NUD_PROBE | Timo Teräs |
2014-02-26 | net: Add sysfs file for port number | Amir Vadai |
2014-02-24 | pktgen: document all supported flags | Mathias Krause |
2014-02-24 | pktgen: simplify error handling in pgctrl_write() | Mathias Krause |
2014-02-24 | pktgen: fix out-of-bounds access in pgctrl_write() | Mathias Krause |
2014-02-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2014-02-24 | smp: Rename __smp_call_function_single() to smp_call_function_single_async() | Frederic Weisbecker |
2014-02-24 | smp: Remove wait argument from __smp_call_function_single() | Frederic Weisbecker |
2014-02-22 | neigh: fix setting of default gc_* values | Jiri Pirko |