index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-4
/
+5
2015-11-09
net: fix a race in dst_release()
Eric Dumazet
1
-1
/
+1
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2
-6
/
+8
2015-11-04
net/core: ensure features get disabled on new lower devs
Jarod Wilson
1
-3
/
+4
2015-11-03
net/core: fix for_each_netdev_feature
Jarod Wilson
1
-2
/
+6
2015-11-03
ptp: Change ptp_class to a proper bitmask
Stefan Sørensen
1
-8
/
+8
2015-11-02
net/core: generic support for disabling netdev features down stack
Jarod Wilson
1
-0
/
+50
2015-11-02
net: make skb_set_owner_w() more robust
Eric Dumazet
1
-0
/
+22
2015-10-27
sock: don't enable netstamp for af_unix sockets
Hannes Frederic Sowa
1
-3
/
+17
2015-10-26
net: tso: add support for IPv6
emmanuel.grumbach@intel.com
1
-5
/
+13
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+27
2015-10-23
if_link: Add control trust VF
Hiroshi Shimamoto
1
-3
/
+21
2015-10-22
openvswitch: Fix egress tunnel info.
Pravin B Shelar
1
-0
/
+27
2015-10-21
netlink: Rightsize IFLA_AF_SPEC size calculation
Arad, Ronen
1
-4
/
+4
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+7
2015-10-16
net: introduce pre-change upper device notifier
Jiri Pirko
1
-0
/
+9
2015-10-14
ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings
Joe Perches
1
-1
/
+1
2015-10-12
net: SO_INCOMING_CPU setsockopt() support
Eric Dumazet
1
-0
/
+5
2015-10-12
sock: support per-packet fwmark
Edward Jee
1
-0
/
+26
2015-10-12
bpf: enable non-root eBPF programs
Alexei Starovoitov
1
-1
/
+2
2015-10-11
bpf: fix cb access in socket filter programs
Alexei Starovoitov
1
-5
/
+7
2015-10-09
net/core: make sock_diag.c explicitly non-modular
Paul Gortmaker
1
-11
/
+3
2015-10-09
net/core: lockdep_rtnl_is_held can be boolean
Yaowei Bai
1
-1
/
+1
2015-10-08
bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs
Daniel Borkmann
1
-7
/
+2
2015-10-08
net: move net_get_random_once to lib
Hannes Frederic Sowa
1
-49
/
+0
2015-10-08
bpf, skb_do_redirect: clear sender_cpu before xmit
Daniel Borkmann
1
-0
/
+1
2015-10-08
bpf: clear sender_cpu before xmit
Alexei Starovoitov
1
-0
/
+1
2015-10-08
dst: Pass net into dst->output
Eric W. Biederman
2
-9
/
+9
2015-10-07
net: Add support for filtering neigh dump by device index
David Ahern
1
-2
/
+15
2015-10-05
bpf, seccomp: prepare for upcoming criu support
Daniel Borkmann
1
-5
/
+11
2015-10-05
bpf: fix panic in SO_GET_FILTER with native ebpf programs
Daniel Borkmann
1
-1
/
+5
2015-10-05
tcp: restore fastopen operations
Eric Dumazet
1
-1
/
+0
2015-10-05
net: use sk_fullsock() in __netdev_pick_tx()
Eric Dumazet
1
-0
/
+1
2015-10-03
tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request sockets
Eric Dumazet
1
-1
/
+1
2015-10-03
sched, bpf: make skb->priority writable
Daniel Borkmann
1
-2
/
+7
2015-10-03
sched, bpf: add helper for retrieving routing realms
Daniel Borkmann
1
-0
/
+22
2015-10-03
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
1
-1
/
+1
2015-10-03
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
Jiri Pirko
2
-2
/
+2
2015-10-03
tcp: remove max_qlen_log
Eric Dumazet
1
-7
/
+1
2015-10-03
tcp/dccp: remove struct listen_sock
Eric Dumazet
1
-44
/
+3
2015-10-03
tcp/dccp: shrink struct listen_sock
Eric Dumazet
1
-11
/
+3
2015-10-03
tcp/dccp: install syn_recv requests into ehash table
Eric Dumazet
1
-27
/
+1
2015-10-03
tcp: move qlen/young out of struct listen_sock
Eric Dumazet
1
-4
/
+4
2015-10-03
tcp: add a spinlock to protect struct request_sock_queue
Eric Dumazet
1
-0
/
+1
2015-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+6
2015-09-29
net: Add support for filtering neigh dump by master device
David Ahern
1
-1
/
+31
2015-09-29
tcp: prepare fastopen code for upcoming listener changes
Eric Dumazet
1
-1
/
+8
2015-09-29
skbuff: Fix skb checksum partial check.
Pravin B Shelar
1
-4
/
+5
2015-09-29
netpoll: Drop budget parameter from NAPI polling call hierarchy
Alexander Duyck
1
-12
/
+11
2015-09-29
net sysfs: Print link speed as signed integer
Alexander Stein
1
-2
/
+1
[next]