summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-12/+30
|\
| * net: rps: fix uninitialized symbol warningAshwanth Goli2017-06-131-1/+1
| * net: rps: send out pending IPI's on CPU hotplugashwanth@codeaurora.org2017-06-091-9/+22
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+6
| * net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-06-071-1/+2
* | net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+2
* | rtnl: Add support for netdev event to link messagesVlad Yasevich2017-05-271-1/+1
* | net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar2017-05-211-0/+26
* | net: more accurate checksumming in validate_xmit_skb()Davide Caratti2017-05-191-2/+12
* | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-191-0/+1
* | sk_buff: remove support for csum_bad in sk_buffDavide Caratti2017-05-191-3/+0
* | net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-191-0/+41
* | net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-2/+3
|/
* 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