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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
1
-3
/
+2
2016-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-33
/
+62
2016-01-06
tcp: fix zero cwnd in tcp_cwnd_reduction
Yuchung Cheng
1
-0
/
+3
2016-01-06
net: Add eth_platform_get_mac_address() helper.
David S. Miller
1
-0
/
+31
2016-01-06
net: possible use after free in dst_release
Francesco Ruggeri
1
-1
/
+2
2016-01-06
bridge: add vlan filtering change for new bridged device
Elad Raz
1
-0
/
+11
2016-01-06
bridge: add vlan filtering change notification
Elad Raz
1
-2
/
+16
2016-01-06
bridge: Propagate vlan add failure to user
Elad Raz
1
-1
/
+10
2016-01-06
net: sched: fix missing free per cpu on qstats
John Fastabend
1
-1
/
+3
2016-01-06
soreuseport: change consume_skb to kfree_skb in error case
Craig Gallek
1
-1
/
+1
2016-01-06
soreuseport: pass skb to secondary UDP socket lookup
Craig Gallek
2
-8
/
+12
2016-01-05
inet: kill unused skb_free op
Florian Westphal
4
-12
/
+1
2016-01-05
bridge: Only call /sbin/bridge-stp for the initial network namespace
Hannes Frederic Sowa
1
-1
/
+4
2016-01-05
sctp: remove the local_bh_disable/enable in sctp_endpoint_lookup_assoc
Xin Long
1
-16
/
+1
2016-01-05
sctp: drop the old assoc hashtable of sctp
Xin Long
4
-96
/
+3
2016-01-05
sctp: apply rhashtable api to sctp procfs
Xin Long
1
-143
/
+173
2016-01-05
sctp: apply rhashtable api to send/recv path
Xin Long
4
-56
/
+29
2016-01-05
sctp: add the rhashtable apis for sctp global transport hashtable
Xin Long
1
-0
/
+131
2016-01-04
af_unix: Fix splice-bind deadlock
Rainer Weikusat
1
-26
/
+40
2016-01-04
net: Propagate lookup failure in l3mdev_get_saddr to caller
David Ahern
2
-4
/
+10
2016-01-04
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
Craig Gallek
6
-41
/
+229
2016-01-04
soreuseport: fast reuseport UDP socket selection
Craig Gallek
3
-33
/
+138
2016-01-04
soreuseport: define reuseport groups
Craig Gallek
2
-1
/
+174
2016-01-04
Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
6
-5
/
+57
2016-01-04
udp: properly support MSG_PEEK with truncated buffers
Eric Dumazet
2
-4
/
+8
2016-01-04
l2tp: rely on ppp layer for skb scrubbing
Guillaume Nault
1
-16
/
+1
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
15
-87
/
+107
2015-12-31
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
5
-52
/
+28
2015-12-31
ethtool: Add phy statistics
Andrew Lunn
1
-1
/
+80
2015-12-30
sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...
Xin Long
2
-4
/
+5
2015-12-30
net, socket, socket_wq: fix missing initialization of flags
Nicolai Stange
1
-0
/
+1
2015-12-29
openvswitch: Fix template leak in error cases.
Joe Stringer
1
-2
/
+4
2015-12-29
NFC: nci: memory leak in nci_core_conn_create()
Dan Carpenter
1
-3
/
+3
2015-12-29
nfc: netlink: HCI event connectivity implementation
Christophe Ricard
3
-0
/
+51
2015-12-29
NFC: nci: Fix error check of nci_hci_create_pipe() result
Christophe Ricard
1
-1
/
+1
2015-12-29
NFC: digital: Add Type4A tags support
Shikha Singh
1
-1
/
+2
2015-12-28
sctp: label accepted/peeled off sockets
Marcelo Ricardo Leitner
1
-0
/
+2
2015-12-28
sctp: use GFP_USER for user-controlled kmalloc
Marcelo Ricardo Leitner
1
-3
/
+6
2015-12-25
ip_tunnel: Move stats update to iptunnel_xmit()
Pravin B Shelar
7
-34
/
+21
2015-12-23
bridge: use kobj_to_dev instead of to_dev
Geliang Tang
1
-2
/
+1
2015-12-23
ipv6: honor ifindex in case we receive ll addresses in router advertisements
Hannes Frederic Sowa
1
-2
/
+2
2015-12-22
tcp: honour SO_BINDTODEVICE for TW_RST case too
Florian Westphal
3
-10
/
+15
2015-12-22
tcp: send_reset: test for non-NULL sk first
Florian Westphal
2
-9
/
+8
2015-12-22
addrconf: always initialize sysctl table data
WANG Cong
1
-7
/
+4
2015-12-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-62
/
+75
2015-12-22
net: tcp: deal with listen sockets properly in tcp_abort.
Lorenzo Colitti
1
-0
/
+5
2015-12-22
ipv6/addrlabel: fix ip6addrlbl_get()
Andrey Ryabinin
1
-1
/
+1
2015-12-22
switchdev: bridge: Pass ageing time as clock_t instead of jiffies
Ido Schimmel
1
-1
/
+1
2015-12-22
RDS: don't pretend to use cpu notifiers
Sebastian Andrzej Siewior
1
-25
/
+6
2015-12-22
net-sysfs: use to_net_dev in net_namespace()
Geliang Tang
1
-2
/
+2
[next]