summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-111-19/+36
* xdp: add flag to enforce driver modeDaniel Borkmann2017-05-111-0/+2
* treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-081-3/+4
* net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-081-15/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-36/+183
|\
| * xdp: fix parameter kdoc for extackJakub Kicinski2017-05-021-1/+1
| * xdp: propagate extended ack to XDP setupJakub Kicinski2017-05-011-1/+4
| * net: remove unnecessary carrier status checkZhang Shengju2017-04-271-7/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-0/+3
| |\
| * | net: Generic XDPDavid S. Miller2017-04-251-5/+150
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-211-0/+3
| |\ \
| | * | net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert2017-04-141-0/+3
| * | | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead2017-04-211-1/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-1/+0
| |\ \ \ | | |/ / | |/| |
| * | | Revert "rtnl: Add support for netdev event to link messages"David S. Miller2017-04-091-1/+1
| * | | rtnl: Add support for netdev event to link messagesVlad Yasevich2017-04-051-1/+1
| * | | net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2017-03-241-13/+8
| * | | net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-241-3/+3
| * | | net: Change return type of sk_busy_loop from bool to voidAlexander Duyck2017-03-241-14/+11
| * | | net: Busy polling should ignore sender CPUsAlexander Duyck2017-03-241-4/+9
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown2017-04-111-1/+1
| |/ /
* | / net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-04-261-0/+3
| |/ |/|
* | net: xdp: don't export dev_change_xdp_fd()Johannes Berg2017-04-121-1/+0
|/
* net: Resend IGMP memberships upon peer notification.Vlad Yasevich2017-03-141-0/+1
* net: net_enable_timestamp() can be called from irq contextsEric Dumazet2017-03-011-4/+31
* net: solve a NAPI raceEric Dumazet2017-03-011-4/+72
* net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet2017-02-211-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-161-0/+7
|\
| * net: Prepare gro for packet consuming gro callbacksSteffen Klassert2017-02-151-0/+7
* | net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet2017-02-131-3/+0
* | net: Fix checkpatch, Missing a blank line after declarationstcharding2017-02-101-0/+13
* | net: Fix checkpatch block comments warningstcharding2017-02-101-32/+33
* | net: Fix checkpatch whitespace errorstcharding2017-02-101-19/+20
* | net: Fix checkpatch WARNING: please, no space before tabstcharding2017-02-101-71/+71
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-18/+13
|\ \ | |/ |/|
| * net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-031-18/+13
* | net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-44/+0
* | net: remove __napi_complete()Eric Dumazet2017-02-051-21/+3
* | net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-02-031-3/+4
* | net: remove support for per driver ndo_busy_poll()Eric Dumazet2017-02-031-15/+0
* | net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-02-011-3/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-011-0/+2
|\ \
| * | net: Drop secpath on free after gro merge.Steffen Klassert2017-01-301-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-2/+2
|\ \ \ | | |/ | |/|
| * | net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-01-181-2/+2
* | | net: remove duplicate code.Mahesh Bandewar2017-01-201-3/+1
* | | net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli2017-01-121-22/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-1/+3
|\| |
| * | gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-111-2/+3