index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-10
netlink: allow to listen "all" netns
Nicolas Dichtel
2
-6
/
+56
2015-05-10
netlink: rename private flags and states
Nicolas Dichtel
1
-29
/
+30
2015-05-10
netns: use a spin_lock to protect nsid management
Nicolas Dichtel
1
-13
/
+44
2015-05-10
netns: notify new nsid outside __peernet2id()
Nicolas Dichtel
1
-14
/
+27
2015-05-10
netns: rename peernet2id() to peernet2id_alloc()
Nicolas Dichtel
2
-3
/
+3
2015-05-10
netns: always provide the id to rtnl_net_fill()
Nicolas Dichtel
1
-20
/
+11
2015-05-10
netns: returns always an id in __peernet2id()
Nicolas Dichtel
1
-11
/
+8
2015-05-10
tcp: set SOCK_NOSPACE under memory pressure
Jason Baron
1
-1
/
+5
2015-05-10
seccomp, filter: add and use bpf_prog_create_from_user from seccomp
Daniel Borkmann
1
-2
/
+49
2015-05-10
net: filter: add __GFP_NOWARN flag for larger kmem allocs
Daniel Borkmann
1
-3
/
+6
2015-05-10
seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter
Nicolas Schichan
1
-4
/
+4
2015-05-10
net: filter: add a callback to allow classic post-verifier transformations
Nicolas Schichan
1
-3
/
+15
2015-05-10
Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/sc...
David S. Miller
27
-568
/
+1215
2015-05-09
tcp: add TCPWinProbe and TCPKeepAlive SNMP counters
Eric Dumazet
3
-7
/
+10
2015-05-09
tcp: adjust window probe timers to safer values
Eric Dumazet
2
-2
/
+2
2015-05-09
tipc: send explicit not supported error in nl compat
Richard Alpe
1
-1
/
+1
2015-05-09
tipc: add broadcast link window set/get to nl api
Richard Alpe
3
-30
/
+58
2015-05-09
tipc: fix default link prop regression in nl compat
Richard Alpe
2
-23
/
+114
2015-05-09
net: dsa: Add lockdep class to tx queues to avoid lockdep splat
Andrew Lunn
1
-2
/
+12
2015-05-06
mac80211: add missing documentation for rate_ctrl_lock
Johannes Berg
1
-0
/
+2
2015-05-06
cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STA
Arik Nemtsov
3
-20
/
+26
2015-05-06
cfg80211: Allow GO concurrent relaxation after BSS disconnection
Avraham Stern
1
-10
/
+19
2015-05-06
mac80211: validate cipher scheme PN length better
Johannes Berg
2
-5
/
+10
2015-05-06
mac80211: extend get_key() to return PN for all ciphers
Johannes Berg
3
-4
/
+12
2015-05-06
mac80211: extend get_tkip_seq to all keys
Johannes Berg
3
-57
/
+87
2015-05-06
openvswitch: Use eth_proto_is_802_3
Alexander Duyck
3
-4
/
+4
2015-05-06
ipv4/ip_tunnel_core: Use eth_proto_is_802_3
Alexander Duyck
1
-1
/
+1
2015-05-06
ebtables: Use eth_proto_is_802_3
Alexander Duyck
1
-1
/
+1
2015-05-06
etherdev: Fix sparse error, make test usable by other functions
Alexander Duyck
1
-1
/
+1
2015-05-06
bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP frames
Bernhard Thaler
1
-2
/
+2
2015-05-05
tcp: provide SYN headers for passive connections
Eric Dumazet
4
-0
/
+57
2015-05-05
mac80211: remove useless skb->encapsulation check
Johannes Berg
1
-6
/
+2
2015-05-05
mac80211: make LED triggering depend on activation
Johannes Berg
4
-100
/
+194
2015-05-05
mac80211: make LED trigger names const
Johannes Berg
1
-8
/
+9
2015-05-05
mac80211: clean up station debugfs
Johannes Berg
1
-84
/
+0
2015-05-05
mac80211: remove sta->tx_fragments counter
Johannes Berg
4
-7
/
+1
2015-05-05
mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS
Johannes Berg
5
-27
/
+31
2015-05-05
mac80211: clean up global debugfs statistics
Johannes Berg
3
-52
/
+28
2015-05-05
net: fix two sparse warnings introduced by IGMP/MLD parsing exports
Linus Lüssing
2
-2
/
+2
2015-05-04
tipc: deal with return value of tipc_conn_new callback
Ying Xue
1
-0
/
+4
2015-05-04
tipc: adjust locking policy of subscription
Ying Xue
1
-2
/
+4
2015-05-04
tipc: involve reference counter for subscriber
Ying Xue
1
-68
/
+52
2015-05-04
tipc: introduce tipc_subscrb_create routine
Ying Xue
1
-13
/
+17
2015-05-04
tipc: rename functions defined in subscr.c
Ying Xue
4
-97
/
+75
2015-05-04
net: Export IGMP/MLD message validation code
Linus Lüssing
5
-188
/
+493
2015-05-04
bridge: multicast: call skb_checksum_{simple_, }validate
Linus Lüssing
1
-24
/
+4
2015-05-04
tc: remove unused redirect ttl
Jamal Hadi Salim
1
-9
/
+0
2015-05-04
sch_choke: Use flow_keys_digest
Tom Herbert
1
-10
/
+4
2015-05-04
net: Add flow_keys digest
Tom Herbert
1
-0
/
+27
2015-05-04
sched: Call skb_get_hash_perturb in sch_sfq
Tom Herbert
1
-25
/
+2
[next]