index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Borkmann
2017-03-22
1
-0
/
+6
*
cgroup, net_cls: iterate the fds of only the tasks which are being migrated
Tejun Heo
2017-03-22
1
-16
/
+16
*
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
Soheil Hassas Yeganeh
2017-03-21
1
-6
/
+11
*
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
Soheil Hassas Yeganeh
2017-03-21
1
-0
/
+10
*
net: properly release sk_frag.page
Eric Dumazet
2017-03-15
1
-5
/
+5
*
net: Resend IGMP memberships upon peer notification.
Vlad Yasevich
2017-03-14
1
-0
/
+1
*
net: use net->count to check whether a netns is alive or not
Andrey Vagin
2017-03-13
1
-3
/
+3
*
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-09
1
-49
/
+57
*
net: fix socket refcounting in skb_complete_tx_timestamp()
Eric Dumazet
2017-03-07
1
-7
/
+8
*
net: fix socket refcounting in skb_complete_wifi_ack()
Eric Dumazet
2017-03-07
1
-7
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-03-04
2
-13
/
+114
|
\
|
*
net: Introduce sk_clone_lock() error path routine
Arnaldo Carvalho de Melo
2017-03-02
1
-5
/
+11
|
*
net: net_enable_timestamp() can be called from irq contexts
Eric Dumazet
2017-03-01
1
-4
/
+31
|
*
net: solve a NAPI race
Eric Dumazet
2017-03-01
1
-4
/
+72
*
|
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...
Ingo Molnar
2017-03-02
3
-0
/
+6
*
|
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
2
-1
/
+2
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
|
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
/
*
bpf: Fix bpf_xdp_event_output
Martin KaFai Lau
2017-02-23
1
-2
/
+2
*
net: napi_watchdog() can use napi_schedule_irqoff()
Eric Dumazet
2017-02-21
1
-1
/
+1
*
net: sock: Use USEC_PER_SEC macro instead of literal 1000000
Gao Feng
2017-02-21
1
-3
/
+3
*
rtnl: simplify error return path in rtnl_create_link()
Tobias Klauser
2017-02-21
1
-6
/
+1
*
rtnl: don't account unused struct ifla_port_vsi in rtnl_port_size
Daniel Borkmann
2017-02-17
1
-4
/
+7
*
bpf: make jited programs visible in traces
Daniel Borkmann
2017-02-17
1
-0
/
+7
*
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
2017-02-17
1
-9
/
+9
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-02-16
1
-0
/
+7
|
\
|
*
net: Prepare gro for packet consuming gro callbacks
Steffen Klassert
2017-02-15
1
-0
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-16
1
-1
/
+2
|
\
\
|
*
|
net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notification
Marcus Huewe
2017-02-15
1
-1
/
+2
*
|
|
net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY
Eric Dumazet
2017-02-13
1
-3
/
+0
*
|
|
devlink: allow to fillup eswitch attrs even if mode_get op does not exist
Jiri Pirko
2017-02-10
1
-7
/
+9
*
|
|
devlink: use nla_put_failure goto label instead of out
Jiri Pirko
2017-02-10
1
-6
/
+6
*
|
|
devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fill
Jiri Pirko
2017-02-10
1
-5
/
+5
*
|
|
devlink: fix the name of eswitch commands
Jiri Pirko
2017-02-10
1
-9
/
+9
*
|
|
net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
2017-02-10
1
-0
/
+1
*
|
|
net: Fix checkpatch, Missing a blank line after declarations
tcharding
2017-02-10
1
-0
/
+13
*
|
|
net: Fix checkpatch block comments warnings
tcharding
2017-02-10
1
-32
/
+33
*
|
|
net: Fix checkpatch whitespace errors
tcharding
2017-02-10
1
-19
/
+20
*
|
|
net: Fix checkpatch WARNING: please, no space before tabs
tcharding
2017-02-10
1
-71
/
+71
*
|
|
gro_cells: move to net/core/gro_cells.c
Eric Dumazet
2017-02-08
2
-0
/
+93
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-07
3
-23
/
+25
|
\
|
|
|
*
|
udp: properly cope with csum errors
Eric Dumazet
2017-02-07
1
-2
/
+6
|
*
|
net: use a work queue to defer net_disable_timestamp() work
Eric Dumazet
2017-02-03
1
-18
/
+13
|
*
|
ethtool: do not vzalloc(0) on registers dump
Stanislaw Gruszka
2017-02-03
1
-3
/
+6
*
|
|
net: pending_confirm is not used anymore
Julian Anastasov
2017-02-07
1
-1
/
+0
*
|
|
sock: add sk_dst_pending_confirm flag
Julian Anastasov
2017-02-07
1
-0
/
+2
|
|
/
|
/
|
*
|
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel
2017-02-06
1
-44
/
+0
*
|
net: remove __napi_complete()
Eric Dumazet
2017-02-05
1
-21
/
+3
*
|
net: skb_needs_check() accepts CHECKSUM_NONE for tx
Eric Dumazet
2017-02-03
1
-3
/
+4
*
|
net: remove support for per driver ndo_busy_poll()
Eric Dumazet
2017-02-03
2
-16
/
+0
[next]