Age | Commit message (Expand) | Author |
2014-04-18 | netpoll: fix the skb check in pkt_is_ns | Li RongQing |
2014-02-26 | netpoll: fix netconsole IPv6 setup | Sabrina Dubroca |
2014-01-15 | netpoll: Fix missing TXQ unlock and and OOPS. | David S. Miller |
2013-09-19 | netpoll: fix NULL pointer dereference in netpoll_cleanup | Nikolay Aleksandrov |
2013-09-12 | netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply | Sonic Zhang |
2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-06-05 | net: core: move mac_pton() to lib/net_utils.c | Andy Shevchenko |
2013-06-04 | netpoll: fix position of network header | Amerigo Wang |
2013-05-28 | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail | Simon Horman |
2013-05-27 | netpoll: remove return value from netpoll_rx_disable() | dingtianhong |
2013-05-06 | netpoll: inverted down_trylock() test | Dan Carpenter |
2013-05-01 | netpoll: convert mutex into a semaphore | Neil Horman |
2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy |
2013-03-17 | netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu | Lai Jiangshan |
2013-02-13 | netpoll: fix smatch warnings in netpoll core code | Neil Horman |
2013-02-11 | netpoll: cleanup sparse warnings | Neil Horman |
2013-02-11 | netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock | Neil Horman |
2013-02-06 | netpoll: protect napi_poll and poll_controller during dev_[open|close] | Neil Horman |
2013-01-28 | netpoll: use the net namespace of current process instead of init_net | Cong Wang |
2013-01-28 | netpoll: use ipv6_addr_equal() to compare ipv6 addr | Cong Wang |
2013-01-22 | netpoll: fix an uninitialized variable | Cong Wang |
2013-01-16 | netpoll: fix a missing dev refcounting | Cong Wang |
2013-01-16 | netpoll: fix a rtnl lock assertion failure | Cong Wang |
2013-01-08 | netpoll: add IPv6 support | Cong Wang |
2013-01-08 | netpoll: prepare for ipv6 | Cong Wang |
2013-01-04 | netpoll: remove usage of dev->master | Jiri Pirko |
2012-12-11 | net: remove obsolete simple_strto<foo> | Abhijit Pawar |
2012-12-10 | net: remove obsolete simple_strto<foo> | Abhijit Pawar |
2012-09-19 | netpoll: call ->ndo_select_queue() in tx path | Amerigo Wang |
2012-08-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-08-30 | netpoll: provide an IP ident in UDP frames | Eric Dumazet |
2012-08-29 | netpoll: revert 6bdb7fe3104 and fix be_poll() instead | Amerigo Wang |
2012-08-14 | netpoll: re-enable irq in poll_napi() | Amerigo Wang |
2012-08-14 | netpoll: handle vlan tags in netpoll tx and rx path | Amerigo Wang |
2012-08-14 | netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() | Amerigo Wang |
2012-08-14 | netpoll: take rcu_read_lock_bh() in netpoll_rx() | Amerigo Wang |
2012-08-14 | netpoll: make __netpoll_cleanup non-block | Amerigo Wang |
2012-08-14 | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() | Amerigo Wang |
2012-07-17 | netpoll: move np->dev and np->dev_name init into __netpoll_setup() | Jiri Pirko |
2012-06-13 | netpoll: fix netpoll_send_udp() bugs | Eric Dumazet |
2012-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-02-14 | netpoll: netpoll_poll_dev() should access dev->flags | Eric Dumazet |
2012-02-01 | netpoll: Neaten MAX_SKB_SIZE macro | Joe Perches |
2012-02-01 | netpoll: Convert printks to np_<level> and add pr_fmt | Joe Perches |
2012-01-12 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet |
2011-11-29 | net: Add queue state xoff flag for stack | Tom Herbert |
2011-11-18 | net: Remove all uses of LL_ALLOCATED_SPACE | Herbert Xu |
2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller |