aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-07-21net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64Alban Browaeys
2017-06-29net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-06-20net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior
2017-06-13net: rps: fix uninitialized symbol warningAshwanth Goli
2017-06-09net: rps: send out pending IPI's on CPU hotplugashwanth@codeaurora.org
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-07net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02xdp: fix parameter kdoc for extackJakub Kicinski
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski
2017-04-27net: remove unnecessary carrier status checkZhang Shengju
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-04-25net: Generic XDPDavid S. Miller
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-14net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert
2017-04-12net: xdp: don't export dev_change_xdp_fd()Johannes Berg
2017-04-11sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...NeilBrown
2017-04-09Revert "rtnl: Add support for netdev event to link messages"David S. Miller
2017-04-05rtnl: Add support for netdev event to link messagesVlad Yasevich
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich
2017-03-01net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-03-01net: solve a NAPI raceEric Dumazet
2017-02-21net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert
2017-02-13net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet
2017-02-10net: Fix checkpatch, Missing a blank line after declarationstcharding
2017-02-10net: Fix checkpatch block comments warningstcharding
2017-02-10net: Fix checkpatch whitespace errorstcharding
2017-02-10net: Fix checkpatch WARNING: please, no space before tabstcharding
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-02-05net: remove __napi_complete()Eric Dumazet
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet
2017-02-03net: use a work queue to defer net_disable_timestamp() workEric Dumazet