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-03-12
sock: fix possible NULL sk dereference in __skb_tstamp_tx
Willem de Bruijn
1
-2
/
+6
2015-03-11
xps: must clear sender_cpu before forwarding
Eric Dumazet
1
-1
/
+1
2015-03-11
net: sysctl_net_core: check SNDBUF and RCVBUF for min length
Alexey Kodanev
1
-4
/
+6
2015-03-10
net: Handle unregister properly when netdev namespace change fails.
David S. Miller
1
-13
/
+13
2015-03-10
net: add comment for sock_efree() usage
Oliver Hartkopp
1
-0
/
+4
2015-03-01
net: do not use rcu in rtnl_dump_ifinfo()
Eric Dumazet
1
-3
/
+1
2015-02-28
net: Verify permission to link_net in newlink
Eric W. Biederman
1
-0
/
+3
2015-02-28
net: Verify permission to dest_net in newlink
Eric W. Biederman
1
-0
/
+4
2015-02-24
rtnetlink: avoid 0 sized arrays
Sasha Levin
1
-2
/
+2
2015-02-22
net: pktgen: disable xmit_clone on virtual devices
Eric Dumazet
1
-0
/
+3
2015-02-21
net: reject creation of netdev names with colons
Matthew Thode
1
-1
/
+1
2015-02-20
ethtool: Add hw-switch-offload to netdev_features_strings.
Rami Rosen
1
-0
/
+1
2015-02-20
sock: sock_dequeue_err_skb() needs hard irq safety
Eric Dumazet
1
-2
/
+3
2015-02-19
gen_stats.c: Duplicate xstats buffer for later use
Ignacy Gawędzki
1
-1
/
+14
2015-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-4
/
+12
2015-02-15
rtnetlink: call ->dellink on failure when ->newlink exists
WANG Cong
1
-1
/
+8
2015-02-14
net: spelling fixes
Stephen Hemminger
2
-2
/
+2
2015-02-14
net/core: Fix warning while make xmldocs caused by dev.c
Masanari Iida
1
-1
/
+1
2015-02-13
net: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2
-22
/
+8
2015-02-11
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
1
-0
/
+1
2015-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-23
/
+17
2015-02-08
net:rfs: adjust table size checking
Eric Dumazet
1
-1
/
+1
2015-02-08
net: rfs: add hash collision detection
Eric Dumazet
2
-22
/
+28
2015-02-07
net: use netif_rx_ni() from process context
Eric Dumazet
1
-2
/
+2
2015-02-07
rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARY
Daniel Borkmann
1
-12
/
+6
2015-02-05
pktgen: fix UDP checksum computation
Sabrina Dubroca
1
-8
/
+8
2015-02-05
flowcache: Fix kernel panic in flow_cache_flush_task
Miroslav Urbanek
1
-1
/
+1
2015-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-34
/
+9
2015-02-05
net: remove some sparse warnings
Eric Dumazet
1
-3
/
+3
2015-02-04
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2
-138
/
+1
2015-02-04
net/core: Add event for a change in slave state
Moni Shoua
2
-0
/
+21
2015-02-04
Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...
David S. Miller
1
-0
/
+1
2015-02-04
xps: fix xps for stacked devices
Eric Dumazet
2
-1
/
+10
2015-02-04
net: bury net/core/iovec.c - nothing in there is used anymore
Al Viro
2
-138
/
+1
2015-02-02
net-timestamp: no-payload only sysctl
Willem de Bruijn
3
-1
/
+32
2015-02-02
net-timestamp: no-payload option
Willem de Bruijn
1
-5
/
+14
2015-02-01
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
Roopa Prabhu
1
-4
/
+6
2015-01-30
net: Fix vlan_get_protocol for stacked vlan
Toshiaki Makita
1
-30
/
+1
2015-01-29
dev: add per net_device packet type chains
Salam Noureddine
1
-48
/
+84
2015-01-29
rtnetlink: pass link_net to the newlink handler
Nicolas Dichtel
1
-1
/
+1
2015-01-28
bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
Roopa Prabhu
1
-1
/
+5
2015-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+15
2015-01-26
flow_dissector: add tipc support
Erik Hugne
1
-0
/
+14
2015-01-23
vxlan: advertise netns of vxlan dev in fdb msg
Nicolas Dichtel
1
-0
/
+1
2015-01-23
rtnl: fix error path when adding an iface with a link net
Nicolas Dichtel
1
-1
/
+4
2015-01-23
nl80211: Allow set network namespace by fd
Vadim Kochan
1
-0
/
+1
2015-01-19
rtnl: allow to create device with IFLA_LINK_NETNSID set
Nicolas Dichtel
1
-3
/
+22
2015-01-19
rtnl: add link netns id to interface messages
Nicolas Dichtel
1
-0
/
+13
2015-01-19
netns: add rtnl cmd to add and get peer netns ids
Nicolas Dichtel
1
-0
/
+211
2015-01-19
bridge: remove oflags from setlink/dellink.
Rosen, Rami
1
-6
/
+2
[next]