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
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-01-11
1
-4
/
+4
|
\
|
*
mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...
Alexander Duyck
2017-01-10
1
-4
/
+4
*
|
gro: use min_t() in skb_gro_reset_offset()
Eric Dumazet
2017-01-11
1
-2
/
+3
*
|
gro: Enter slow-path if there is no tailroom
Herbert Xu
2017-01-10
1
-1
/
+2
*
|
net: add the AF_QIPCRTR entries to family name tables
Anna, Suman
2017-01-10
1
-3
/
+3
*
|
net: skb_flow_get_be16() can be static
Eric Dumazet
2017-01-10
1
-2
/
+2
|
/
*
drop_monitor: consider inserted data in genlmsg_end
Reiter Wolfgang
2017-01-03
1
-1
/
+7
*
flow_dissector: Update pptp handling to avoid null pointer deref.
Ian Kumlien
2017-01-02
1
-2
/
+3
*
drop_monitor: add missing call to genlmsg_end
Reiter Wolfgang
2017-01-01
1
-9
/
+24
*
rtnl: stats - add missing netlink message size checks
Mathias Krause
2016-12-29
1
-0
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-12-27
1
-6
/
+0
|
\
|
*
net: xdp: remove unused bfp_warn_invalid_xdp_buffer()
Jason Wang
2016-12-27
1
-6
/
+0
*
|
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
2
-3
/
+3
*
|
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
9
-9
/
+9
|
/
*
neigh: Send netevent after marking neigh as dead
Ido Schimmel
2016-12-23
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-12-17
1
-0
/
+6
|
\
|
*
net: xdp: add invalid buffer warning
John Fastabend
2016-12-17
1
-0
/
+6
*
|
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2016-12-14
1
-20
/
+15
|
\
\
|
*
|
netns: avoid disabling irq for netns id
Paul Moore
2016-12-14
1
-20
/
+15
*
|
|
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-12
2
-44
/
+32
|
\
\
\
|
*
|
|
net/flowcache: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-11-09
1
-34
/
+26
|
*
|
|
net/dev: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-11-09
1
-10
/
+6
*
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-12-12
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
net: skb_condense() can also deal with empty skbs
Eric Dumazet
2016-12-09
1
-9
/
+13
*
|
|
|
bpf: xdp: Allow head adjustment in XDP prog
Martin KaFai Lau
2016-12-08
1
-2
/
+26
*
|
|
|
udp: under rx pressure, try to condense skbs
Eric Dumazet
2016-12-08
1
-0
/
+28
*
|
|
|
net: rfs: add a jump label
Eric Dumazet
2016-12-08
2
-1
/
+6
*
|
|
|
flow dissector: ICMP support
Simon Horman
2016-12-08
1
-0
/
+31
*
|
|
|
net/udp: do not touch skb->peeked unless really needed
Eric Dumazet
2016-12-06
1
-9
/
+10
*
|
|
|
bpf: remove type arg from __is_valid_{,xdp_}access
Daniel Borkmann
2016-12-05
1
-9
/
+6
*
|
|
|
net_sched: gen_estimator: complete rewrite of rate estimators
Eric Dumazet
2016-12-05
2
-203
/
+116
*
|
|
|
net_sched: gen_estimator: account for timer drifts
Eric Dumazet
2016-12-03
1
-9
/
+16
*
|
|
|
netns: fix net_generic() "id - 1" bloat
Alexey Dobriyan
2016-12-03
1
-8
/
+12
*
|
|
|
netns: add dummy struct inside "struct net_generic"
Alexey Dobriyan
2016-12-03
1
-4
/
+4
*
|
|
|
netns: publish net_generic correctly
Alexey Dobriyan
2016-12-03
1
-5
/
+5
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
3
-8
/
+6
|
\
|
|
|
|
*
|
|
net: avoid signed overflows for SO_{SND|RCV}BUFFORCE
Eric Dumazet
2016-12-02
1
-2
/
+2
|
*
|
|
net/rtnetlink: fix attribute name in nlmsg_size() comments
Tobias Klauser
2016-12-02
1
-2
/
+2
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2016-11-27
1
-4
/
+2
|
|
\
\
\
|
|
*
|
|
flowcache: Increase threshold for refusing new allocations
Miroslav Urbanek
2016-11-23
1
-4
/
+2
*
|
|
|
|
bpf: Add support for reading socket family, type, protocol
David Ahern
2016-12-02
1
-0
/
+21
*
|
|
|
|
bpf: Add new cgroup attach type to enable sock modifications
David Ahern
2016-12-02
1
-0
/
+62
*
|
|
|
|
tcp: allow to turn tcp timestamp randomization off
Florian Westphal
2016-12-02
1
-2
/
+3
*
|
|
|
|
tcp: randomize tcp timestamp offsets for each connection
Florian Westphal
2016-12-02
1
-4
/
+6
*
|
|
|
|
sock: reset sk_err for ICMP packets read from error queue
Soheil Hassas Yeganeh
2016-12-02
1
-4
/
+13
*
|
|
|
|
bpf: BPF for lightweight tunnel infrastructure
Thomas Graf
2016-12-02
4
-0
/
+572
*
|
|
|
|
rtnetlink: return the correct error code
Zhang Shengju
2016-12-01
1
-1
/
+1
*
|
|
|
|
neigh: remove duplicate check for same neigh
Zhang Shengju
2016-11-30
1
-10
/
+5
*
|
|
|
|
bpf, xdp: allow to pass flags to dev_change_xdp_fd
Daniel Borkmann
2016-11-30
2
-3
/
+31
*
|
|
|
|
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
Francis Yan
2016-11-30
2
-3
/
+18
[next]