index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
2017-06-29
net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()
Michal Kubeček
2017-06-27
net: prevent sign extension in dev_get_stats()
Eric Dumazet
2017-06-20
net/core: remove explicit do_softirq() from busy_poll_stop()
Sebastian Siewior
2017-06-13
net: rps: fix uninitialized symbol warning
Ashwanth Goli
2017-06-09
net: rps: send out pending IPI's on CPU hotplug
ashwanth@codeaurora.org
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2017-06-07
net: don't call strlen on non-terminated string in dev_set_alias()
Alexander Potapenko
2017-05-11
xdp: refine xdp api with regards to generic xdp
Daniel Borkmann
2017-05-11
xdp: add flag to enforce driver mode
Daniel Borkmann
2017-05-08
treewide: convert PF_MEMALLOC manipulations to new helpers
Vlastimil Babka
2017-05-08
net: use kvmalloc with __GFP_REPEAT rather than open coded variant
Michal Hocko
2017-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-05-02
xdp: fix parameter kdoc for extack
Jakub Kicinski
2017-05-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-05-01
xdp: propagate extended ack to XDP setup
Jakub Kicinski
2017-04-27
net: remove unnecessary carrier status check
Zhang Shengju
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-26
net: core: Prevent from dereferencing null pointer when releasing SKB
Myungho Jung
2017-04-25
net: Generic XDP
David S. Miller
2017-04-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-04-21
Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning
Matthew Whitehead
2017-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-14
net: Add a xfrm validate function to validate_xmit_skb
Steffen Klassert
2017-04-12
net: xdp: don't export dev_change_xdp_fd()
Johannes Berg
2017-04-11
sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...
NeilBrown
2017-04-09
Revert "rtnl: Add support for netdev event to link messages"
David S. Miller
2017-04-05
rtnl: Add support for netdev event to link messages
Vlad Yasevich
2017-03-24
net: Commonize busy polling code to focus on napi_id instead of socket
Sridhar Samudrala
2017-03-24
net: Track start of busy loop instead of when it should end
Alexander Duyck
2017-03-24
net: Change return type of sk_busy_loop from bool to void
Alexander Duyck
2017-03-24
net: Busy polling should ignore sender CPUs
Alexander Duyck
2017-03-14
net: Resend IGMP memberships upon peer notification.
Vlad Yasevich
2017-03-01
net: net_enable_timestamp() can be called from irq contexts
Eric Dumazet
2017-03-01
net: solve a NAPI race
Eric Dumazet
2017-02-21
net: napi_watchdog() can use napi_schedule_irqoff()
Eric Dumazet
2017-02-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-02-15
net: Prepare gro for packet consuming gro callbacks
Steffen Klassert
2017-02-13
net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY
Eric Dumazet
2017-02-10
net: Fix checkpatch, Missing a blank line after declarations
tcharding
2017-02-10
net: Fix checkpatch block comments warnings
tcharding
2017-02-10
net: Fix checkpatch whitespace errors
tcharding
2017-02-10
net: Fix checkpatch WARNING: please, no space before tabs
tcharding
2017-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-06
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel
2017-02-05
net: remove __napi_complete()
Eric Dumazet
2017-02-03
net: skb_needs_check() accepts CHECKSUM_NONE for tx
Eric Dumazet
2017-02-03
net: remove support for per driver ndo_busy_poll()
Eric Dumazet
2017-02-03
net: use a work queue to defer net_disable_timestamp() work
Eric Dumazet
2017-02-01
net: reduce skb_warn_bad_offload() noise
Eric Dumazet
2017-02-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
[next]