| Commit message (Expand) | Author | Age | Files | Lines |
* | netpoll: Drop budget parameter from NAPI polling call hierarchy | Alexander Duyck | 2015-09-29 | 1 | -12/+11 |
* | netpoll: Close race condition between poll_one_napi and napi_disable | Neil Horman | 2015-09-23 | 1 | -2/+8 |
* | netpoll: warn on netpoll_send_udp users who haven't disabled irqs | Nikolay Aleksandrov | 2015-08-28 | 1 | -0/+2 |
* | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 2015-01-13 | 1 | -1/+1 |
* | vlan: introduce *vlan_hwaccel_push_inside helpers | Jiri Pirko | 2014-11-21 | 1 | -3/+1 |
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto | Jiri Pirko | 2014-11-21 | 1 | -2/+2 |
* | net: Pass a "more" indication down into netdev_start_xmit() code paths. | David S. Miller | 2014-09-01 | 1 | -1/+1 |
* | net: Do txq_trans_update() in netdev_start_xmit() | David S. Miller | 2014-09-01 | 1 | -3/+1 |
* | net: add skb_get_tx_queue() helper | Daniel Borkmann | 2014-08-29 | 1 | -1/+1 |
* | net: Add ops->ndo_xmit_flush() | David S. Miller | 2014-08-24 | 1 | -2/+1 |
* | netpoll: fix use after free | david decotigny | 2014-07-08 | 1 | -1/+2 |
* | netpoll: Use skb_irq_freeable to make zap_completion_queue safe. | Eric W. Biederman | 2014-04-01 | 1 | -1/+1 |
* | netpoll: Respect NETIF_F_LLTX | Eric W. Biederman | 2014-03-29 | 1 | -5/+5 |
* | netpoll: Remove strong unnecessary assumptions about skbs | Eric W. Biederman | 2014-03-29 | 1 | -2/+2 |
* | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable | Eric W. Biederman | 2014-03-29 | 1 | -4/+4 |
* | netpoll: Only call ndo_start_xmit from a single place | Eric W. Biederman | 2014-03-29 | 1 | -25/+36 |
* | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman | 2014-03-29 | 1 | -4/+4 |
* | net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c | Monam Agarwal | 2014-03-27 | 1 | -1/+1 |
* | netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) | Eric W. Biederman | 2014-03-17 | 1 | -519/+1 |
* | netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP | Eric W. Biederman | 2014-03-17 | 1 | -17/+64 |
* | netpoll: Consolidate neigh_tx processing in service_neigh_queue | Eric W. Biederman | 2014-03-17 | 1 | -22/+16 |
* | netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP | Eric W. Biederman | 2014-03-17 | 1 | -5/+9 |
* | netpoll: Don't drop all received packets. | Eric W. Biederman | 2014-03-17 | 1 | -11/+6 |
* | netpoll: Add netpoll_rx_processing | Eric W. Biederman | 2014-03-17 | 1 | -2/+2 |
* | netpoll: Warn if more packets are processed than are budgeted | Eric W. Biederman | 2014-03-17 | 1 | -0/+1 |
* | netpoll: Visit all napi handlers in poll_napi | Eric W. Biederman | 2014-03-17 | 1 | -3/+0 |
* | netpoll: Pass budget into poll_napi | Eric W. Biederman | 2014-03-17 | 1 | -3/+3 |
* | netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev | Eric W. Biederman | 2014-03-17 | 1 | -8/+8 |
* | netpoll: fix netconsole IPv6 setup | Sabrina Dubroca | 2014-02-06 | 1 | -1/+3 |
* | netpoll: Use ether_addr_copy | Joe Perches | 2014-01-21 | 1 | -2/+2 |
* | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang | 2014-01-10 | 1 | -1/+1 |
* | netpoll: Fix missing TXQ unlock and and OOPS. | David S. Miller | 2014-01-02 | 1 | -2/+9 |
* | netpoll: fix rx_hook() interface by passing the skb | Antonio Quartulli | 2013-10-25 | 1 | -13/+18 |
* | netpoll: fix NULL pointer dereference in netpoll_cleanup | Nikolay Aleksandrov | 2013-09-19 | 1 | -5/+4 |
* | netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply | Sonic Zhang | 2013-09-12 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-09 | 1 | -11/+5 |
|\ |
|
| * | netpoll: fix position of network header | Amerigo Wang | 2013-06-04 | 1 | -16/+4 |
| * | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail | Simon Horman | 2013-05-28 | 1 | -1/+8 |
| * | netpoll: remove return value from netpoll_rx_disable() | dingtianhong | 2013-05-27 | 1 | -2/+1 |
* | | net: core: move mac_pton() to lib/net_utils.c | Andy Shevchenko | 2013-06-05 | 1 | -0/+1 |
|/ |
|
* | netpoll: inverted down_trylock() test | Dan Carpenter | 2013-05-06 | 1 | -1/+1 |
* | netpoll: convert mutex into a semaphore | Neil Horman | 2013-05-01 | 1 | -7/+7 |
* | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 2013-04-19 | 1 | -2/+3 |
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 1 | -1/+1 |
* | netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu | Lai Jiangshan | 2013-03-17 | 1 | -2/+1 |
* | netpoll: fix smatch warnings in netpoll core code | Neil Horman | 2013-02-13 | 1 | -3/+7 |
* | netpoll: cleanup sparse warnings | Neil Horman | 2013-02-11 | 1 | -4/+8 |
* | netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock | Neil Horman | 2013-02-11 | 1 | -6/+10 |
* | netpoll: protect napi_poll and poll_controller during dev_[open|close] | Neil Horman | 2013-02-06 | 1 | -0/+40 |
* | netpoll: use the net namespace of current process instead of init_net | Cong Wang | 2013-01-28 | 1 | -2/+4 |