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
2017-01-30
smc: some potential use after free bugs
Dan Carpenter
1
-0
/
+5
2017-01-30
net: dsa: Add plumbing for port mirroring
Florian Fainelli
2
-1
/
+139
2017-01-30
lwtunnel: remove device arg to lwtunnel_build_state
David Ahern
8
-28
/
+17
2017-01-30
net: Avoid receiving packets with an l3mdev on unbound UDP sockets
Robert Shearman
3
-14
/
+51
2017-01-30
net: dsa: Hook {get,set}_rxnfc ethtool operations
Florian Fainelli
1
-0
/
+26
2017-01-29
net: add devm version of alloc_etherdev_mqs function
Rafał Miłecki
1
-0
/
+28
2017-01-29
Merge tag 'batadv-next-for-davem-20170128' of git://git.open-mesh.org/linux-m...
David S. Miller
3
-3
/
+5
2017-01-29
tcp: include locally failed retries in retransmission stats
Yuchung Cheng
1
-9
/
+9
2017-01-29
tcp: record pkts sent and retransmistted
Yuchung Cheng
1
-1
/
+5
2017-01-29
openvswitch: Simplify do_execute_actions().
andy zhou
1
-22
/
+20
2017-01-29
net: dsa: pass bridge device when a port leaves
Vivien Didelot
1
-5
/
+5
2017-01-29
net: dsa: move bridge device in dsa_port
Vivien Didelot
2
-6
/
+5
2017-01-29
net: dsa: store a dsa_port in dsa_slave_priv
Vivien Didelot
7
-100
/
+96
2017-01-29
net: dsa: add ds and index to dsa_port
Vivien Didelot
1
-0
/
+6
2017-01-29
net: dsa: use ds->num_ports when possible
Vivien Didelot
7
-19
/
+19
2017-01-29
net: dsa: variable number of ports
Vivien Didelot
2
-3
/
+18
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
53
-269
/
+408
2017-01-28
batman-adv: Fix includes for IS_ERR/ERR_PTR
Sven Eckelmann
2
-2
/
+2
2017-01-28
batman-adv: Fix double call of dev_queue_xmit
Sven Eckelmann
1
-1
/
+3
2017-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
52
-268
/
+407
2017-01-27
net: adjust skb->truesize in pskb_expand_head()
Eric Dumazet
3
-10
/
+14
2017-01-27
tcp: don't annotate mark on control socket from tcp_v6_send_response()
Pablo Neira
5
-9
/
+9
2017-01-27
net/ipv6: support more tunnel interfaces for EUI64 link-local generation
Felix Jia
3
-0
/
+12
2017-01-27
net/ipv6: allow sysctl to change link-local address generation mode
Felix Jia
1
-20
/
+84
2017-01-26
net: ipv6: ignore null_entry on route dumps
David Ahern
1
-1
/
+5
2017-01-26
net: ipv6: remove skb_reserve in getroute
David Ahern
1
-6
/
+0
2017-01-26
net: dsa: Move ports assignment closer to error checking
Florian Fainelli
1
-1
/
+2
2017-01-26
net: dsa: Suffix function manipulating device_node with _dn
Florian Fainelli
1
-8
/
+8
2017-01-26
net: dsa: Make most functions take a dsa_port argument
Florian Fainelli
3
-36
/
+44
2017-01-26
net: dsa: Pass device pointer to dsa_register_switch
Florian Fainelli
1
-3
/
+4
2017-01-26
Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-m...
David S. Miller
59
-69
/
+85
2017-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
19
-88
/
+103
2017-01-26
batman-adv: Treat NET_XMIT_CN as transmit successfully
Gao Feng
1
-1
/
+1
2017-01-26
batman-adv: Remove one condition check in batadv_route_unicast_packet
Gao Feng
1
-5
/
+4
2017-01-26
batman-adv: Remove unused variable in batadv_tt_local_set_flags
Sven Eckelmann
1
-2
/
+0
2017-01-26
batman-adv: update copyright years for 2017
Sven Eckelmann
59
-59
/
+59
2017-01-26
batman-adv: don't add loop detect macs to TT
Simon Wunderlich
2
-1
/
+20
2017-01-25
bridge: move maybe_deliver_addr() inside #ifdef
Arnd Bergmann
1
-25
/
+25
2017-01-25
Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-5
/
+5
2017-01-25
net: dsa: Bring back device detaching in dsa_slave_suspend()
Florian Fainelli
1
-0
/
+2
2017-01-25
net/tcp-fastopen: make connect()'s return case more consistent with non-TFO
Willy Tarreau
2
-4
/
+4
2017-01-25
net/tcp-fastopen: Add new API support
Wei Wang
5
-9
/
+102
2017-01-25
net: Remove __sk_dst_reset() in tcp_v6_connect()
Wei Wang
1
-1
/
+0
2017-01-25
net/tcp-fastopen: refactor cookie check logic
Wei Wang
2
-14
/
+23
2017-01-25
tcp: correct memory barrier usage in tcp_check_space()
Jason Baron
1
-1
/
+1
2017-01-25
tcp: reduce skb overhead in selected places
Eric Dumazet
2
-2
/
+2
2017-01-25
tipc: uninitialized return code in tipc_setsockopt()
Dan Carpenter
1
-2
/
+1
2017-01-25
net sched actions: Add support for user cookies
Jamal Hadi Salim
1
-0
/
+45
2017-01-25
sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segment
Xin Long
1
-1
/
+1
2017-01-25
sctp: sctp_addr_id2transport should verify the addr before looking up assoc
Xin Long
1
-1
/
+5
[next]