aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-23xdp: add reporting of offload modeJakub Kicinski1-2/+1
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski1-2/+5
2017-06-23xdp: pass XDP flags into install handlersJakub Kicinski1-2/+3
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2017-06-20net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior1-2/+0
2017-06-17net: remove dst gc related codeWei Wang1-1/+0
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau1-8/+11
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+30
2017-06-13net: rps: fix uninitialized symbol warningAshwanth Goli1-1/+1
2017-06-09net: rps: send out pending IPI's on CPU hotplugashwanth@codeaurora.org1-9/+22
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+6
2017-06-07net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko1-1/+2
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+2
2017-05-27rtnl: Add support for netdev event to link messagesVlad Yasevich1-1/+1
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar1-0/+26
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti1-2/+12
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti1-0/+1
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-3/+0
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti1-0/+41
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-2/+3
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann1-19/+36
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann1-0/+2
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka1-3/+4
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko1-15/+9
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-36/+183
2017-05-02xdp: fix parameter kdoc for extackJakub Kicinski1-1/+1
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski1-1/+4
2017-04-27net: remove unnecessary carrier status checkZhang Shengju1-7/+4
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-04-25net: Generic XDPDavid S. Miller1-5/+150
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+3
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead1-1/+3
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-04-14net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert1-0/+3
2017-04-12net: xdp: don't export dev_change_xdp_fd()Johannes Berg1-1/+0
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags()NeilBrown1-1/+1
2017-04-09Revert "rtnl: Add support for netdev event to link messages"David S. Miller1-1/+1
2017-04-05rtnl: Add support for netdev event to link messagesVlad Yasevich1-1/+1
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala1-13/+8
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck1-3/+3
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck1-14/+11
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck1-4/+9
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-03-01net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-03-01net: solve a NAPI raceEric Dumazet1-4/+72
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet1-1/+1
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+7
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert1-0/+7