Commit History

Author SHA1 Message Date
  Luis de Bethencourt ed49e65037 net: add description for len argument of dev_get_phys_port_name 9 years ago
  Jesse Gross fac8e0f579 tunnels: Don't apply GRO to multiple layers of encapsulation. 9 years ago
  David S. Miller b633353115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 9 years ago
  Nikolay Aleksandrov cfdd28beb3 net: make netdev_for_each_lower_dev safe for device removal 9 years ago
  Phil Sutter a813104d92 IFF_NO_QUEUE: Fix for drivers not calling ether_setup() 9 years ago
  Jesper Dangaard Brouer 15fad714be net: bulk free SKBs that were delay free'ed due to IRQ context 9 years ago
  Jesper Dangaard Brouer 795bb1c00d net: bulk free infrastructure for NAPI context, use napi_consume_skb 9 years ago
  Jarod Wilson 6e7333d315 net: add rx_nohandler stat counter 9 years ago
  Jarod Wilson 9256645af0 net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64 9 years ago
  Jesse Gross ce87fc6ce3 gro: Make GRO aware of lightweight tunnels. 9 years ago
  Konstantin Khlebnikov 9207f9d45b net: preserve IP control block during GSO segmentation 9 years ago
  Daniel Borkmann 1f211a1b92 net, sched: add clsact qdisc 9 years ago
  Tom Herbert 6ae23ad362 net: Add driver helper functions to determine checksum offloadability 9 years ago
  Tom Herbert c8cd0989bd net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM 9 years ago
  Tom Herbert a188222b6e net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK 9 years ago
  Tejun Heo 2a56a1fec2 net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct 9 years ago
  Jiri Pirko b618aaa91b net: constify netif_is_* helpers net_device param 9 years ago
  Jiri Pirko 04d482660a net: introduce change lower state notifier 9 years ago
  Jiri Pirko 29bf24afb2 net: add possibility to pass information about upper device via notifier 9 years ago
  Jiri Pirko 6dffb0447c net: propagate upper priv via netdev_master_upper_dev_link 9 years ago
  Ido Schimmel b03804e7c3 net: Check CHANGEUPPER notifier return value 9 years ago
  Eric Dumazet e2f9dc3bd2 net: avoid NULL deref in napi_get_frags() 9 years ago
  Eric Dumazet 93d05d4a32 net: provide generic busy polling to all NAPI drivers 9 years ago
  Eric Dumazet 34cbe27e81 net: napi_hash_del() returns a boolean status 9 years ago
  Eric Dumazet 6180d9de61 net: move napi_hash[] into read mostly section 9 years ago
  Eric Dumazet d64b5e85bf net: add netif_tx_napi_add() 9 years ago
  Eric Dumazet 93f93a4404 net: move skb_mark_napi_id() into core networking stack 9 years ago
  Eric Dumazet ce6aea93f7 net: network drivers no longer need to implement ndo_busy_poll() 9 years ago
  Eric Dumazet 2a028ecb76 net: allow BH servicing in sk_busy_loop() 9 years ago
  Eric Dumazet 02d62e86fe net: un-inline sk_busy_loop() 9 years ago