index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2017-06-08
net: dsa: check VLAN capability of every switch
Vivien Didelot
-10
/
+17
2017-06-08
Merge tag 'rxrpc-rewrite-20170607-v2' of git://git.kernel.org/pub/scm/linux/k...
David S. Miller
-46
/
+130
2017-06-08
net: qrtr: Inform open sockets about new controller
Bjorn Andersson
-0
/
+24
2017-06-08
net: qrtr: Broadcast DEL_CLIENT message when endpoint is closed
Bjorn Andersson
-0
/
+28
2017-06-08
net: qrtr: Inject BYE on remote termination
Bjorn Andersson
-0
/
+27
2017-06-08
net: qrtr: Refactor packet allocation
Bjorn Andersson
-6
/
+19
2017-06-08
tcp: add TCPMemoryPressuresChrono counter
Eric Dumazet
-8
/
+50
2017-06-08
net: ipv6: Release route when device is unregistering
David Ahern
-0
/
+1
2017-06-08
net: Zero ifla_vf_info in rtnl_fill_vfinfo()
Mintz, Yuval
-1
/
+2
2017-06-08
tcp: Namespaceify sysctl_tcp_timestamps
Eric Dumazet
-27
/
+33
2017-06-08
tcp: Namespaceify sysctl_tcp_window_scaling
Eric Dumazet
-12
/
+12
2017-06-08
tcp: Namespaceify sysctl_tcp_sack
Eric Dumazet
-14
/
+15
2017-06-08
tcp: add a struct net parameter to tcp_parse_options()
Eric Dumazet
-11
/
+15
2017-06-08
decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb
Mateusz Jurczyk
-1
/
+3
2017-06-08
Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_...
David S. Miller
-3
/
+1
2017-06-08
decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb
Mateusz Jurczyk
-1
/
+3
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
-19
/
+29
2017-06-08
mac80211: manage RX BA session offload without SKB queue
Johannes Berg
-73
/
+29
2017-06-08
Merge remote-tracking branch 'net-next/master' into mac80211-next
Johannes Berg
-2457
/
+4302
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
-45
/
+48
2017-06-07
net: don't call strlen on non-terminated string in dev_set_alias()
Alexander Potapenko
-1
/
+2
2017-06-07
rxrpc: Provide a cmsg to specify the amount of Tx data for a call
David Howells
-4
/
+61
2017-06-07
rxrpc: Consolidate sendmsg parameters
David Howells
-42
/
+41
2017-06-07
rxrpc: Provide a getsockopt call to query what cmsgs types are supported
David Howells
-1
/
+29
2017-06-07
xfrm: add UDP encapsulation port in migrate message
Antony Antony
-11
/
+26
2017-06-07
xfrm: extend MIGRATE with UDP encapsulation port
Antony Antony
-15
/
+30
2017-06-07
xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOAD
Hangbin Liu
-2
/
+3
2017-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-184
/
+194
2017-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-179
/
+186
2017-06-06
net: bridge: fix a null pointer dereference in br_afspec
Nikolay Aleksandrov
-1
/
+1
2017-06-06
net/ipv6: Fix CALIPSO causing GPF with datagram support
Richard Haines
-1
/
+5
2017-06-06
net: sched: introduce a TRAP control action
Jiri Pirko
-0
/
+15
2017-06-06
Merge tag 'rxrpc-rewrite-20170606' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
-51
/
+180
2017-06-06
Revert "sit: reload iphdr in ipip6_rcv"
David S. Miller
-1
/
+0
2017-06-05
devlink: fix potential memort leak
Haishuang Yan
-2
/
+6
2017-06-05
net: sched: select cls when cls_act is enabled
Jiri Pirko
-0
/
+1
2017-06-05
rxrpc: Add service upgrade support for client connections
David Howells
-12
/
+74
2017-06-05
rxrpc: Implement service upgrade
David Howells
-4
/
+42
2017-06-05
rxrpc: Permit multiple service binding
David Howells
-24
/
+47
2017-06-05
rxrpc: Separate the connection's protocol service ID from the lookup ID
David Howells
-13
/
+19
2017-06-04
sit: reload iphdr in ipip6_rcv
Haishuang Yan
-0
/
+1
2017-06-04
rxrpc: check return value of skb_to_sgvec always
Jason A. Donenfeld
-5
/
+14
2017-06-04
ipsec: check return value of skb_to_sgvec always
Jason A. Donenfeld
-18
/
+38
2017-06-04
skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
Jason A. Donenfeld
-23
/
+42
2017-06-04
net: ping: do not abuse udp_poll()
Eric Dumazet
-3
/
+3
2017-06-04
net: dsa: Fix stale cpu_switch reference after unbind then bind
Florian Fainelli
-1
/
+3
2017-06-04
ipv6: Fix leak in ipv6_gso_segment().
David S. Miller
-1
/
+3
2017-06-04
neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"
Sowmini Varadhan
-11
/
+53
2017-06-04
net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()
Florian Fainelli
-18
/
+15
2017-06-04
net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}
Florian Fainelli
-49
/
+41
[prev]
[next]