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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-25
vxlan: add x-netns support
Nicolas Dichtel
1
-1
/
+1
2014-04-24
net: Add variants of capable for use on on sockets
Eric W. Biederman
1
-0
/
+5
2014-04-24
6lowpan: nuke net_ieee802154_lowpan() accessor when 6lowpan is disabled
Luis R. Rodriguez
1
-7
/
+0
2014-04-23
netfilter: nf_tables: Make meta expression core functions public
Tomasz Bursztyka
1
-0
/
+36
2014-04-23
xfrm: Remove useless xfrm_audit struct.
Tetsuo Handa
1
-23
/
+19
2014-04-22
xfrm: Remove useless secid field from xfrm_audit.
Tetsuo Handa
1
-19
/
+10
2014-04-22
NFC: digital: Add macros for the ISO/IEC 14443-B Protocol
Mark A. Greer
1
-0
/
+4
2014-04-22
NFC: hci: Add load_session HCI operand
Christophe Ricard
1
-0
/
+1
2014-04-21
tcp: make tcp_cwnd_application_limited() static
Weiping Pan
1
-1
/
+0
2014-04-21
6lowpan: include net/net_namespace.h on 6lowpan namepsace header
Luis R. Rodriguez
1
-0
/
+1
2014-04-21
6lowpan: add helper to get 6lowpan namespace
Luis R. Rodriguez
1
-0
/
+15
2014-04-19
net: sctp: cache auth_enable per endpoint
Vlad Yasevich
1
-1
/
+3
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-2
/
+2
2014-04-16
ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif
Cong Wang
2
-9
/
+10
2014-04-15
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
5
-11
/
+24
2014-04-15
ipv4: add a sock pointer to ip_queue_xmit()
Eric Dumazet
3
-3
/
+3
2014-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+10
2014-04-15
Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...
Daniel Borkmann
1
-1
/
+13
2014-04-14
ipv6: Limit mtu to 65575 bytes
Eric Dumazet
1
-0
/
+5
2014-04-14
netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4
Patrick McHardy
1
-0
/
+10
2014-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-2
/
+2
2014-04-12
Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...
Linus Torvalds
2
-5
/
+4
2014-04-12
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2
-2
/
+2
2014-04-09
mac80211: Update conf_is_ht() to work properly with 5/10MHz channels
Rostislav Lisovy
1
-1
/
+3
2014-04-09
cfg80211: update comment about WIPHY_FLAG_CUSTOM_REGULATORY
Kalle Valo
1
-1
/
+1
2014-04-09
mac80211: allow reservation of a running chanctx
Luciano Coelho
1
-0
/
+7
2014-04-09
cfg80211/mac80211: move interface counting for combination check to mac80211
Luciano Coelho
1
-2
/
+0
2014-04-09
cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()
Luciano Coelho
1
-2
/
+5
2014-04-09
cfg80211: refactor cfg80211_can_use_iftype_chan()
Luciano Coelho
1
-0
/
+22
2014-04-09
cfg80211: Enable GO operation on additional channels
Ilan Peer
2
-1
/
+9
2014-04-09
cfg80211: Add indoor only and GO concurrent channel attributes
David Spinadel
1
-0
/
+5
2014-04-09
mac80211: add vif to flush call
Emmanuel Grumbach
1
-1
/
+3
2014-04-09
cfg80211: allow userspace to take ownership of interfaces
Johannes Berg
1
-0
/
+3
2014-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2014-04-04
netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->len
Andrey Vagin
1
-2
/
+2
2014-04-04
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2
-17
/
+2
2014-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
49
-289
/
+1478
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+3
2014-04-02
netfilter: nf_tables: implement proper set selection
Patrick McHardy
1
-0
/
+46
2014-04-02
mac802154: make csma/cca parameters per-wpan
Phoebe Buckheister
1
-0
/
+17
2014-04-01
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-1
/
+2
2014-04-01
ipv6: reuse rt6_need_strict
Wang Yufen
1
-0
/
+5
2014-03-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+2
2014-03-31
net: filter: move filter accounting to filter core
Daniel Borkmann
1
-27
/
+0
2014-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2014-03-29
ipv6: move DAD and addrconf_verify processing to workqueue
Hannes Frederic Sowa
1
-1
/
+3
2014-03-28
Bluetooth: Keep msec in DISCOV_LE_TIMEOUT
Lukasz Rymanowski
1
-1
/
+1
2014-03-28
Bluetooth: Add new debugfs parameter
Lukasz Rymanowski
1
-0
/
+1
2014-03-28
Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT
Lukasz Rymanowski
1
-1
/
+1
2014-03-27
ipv6: do not overwrite inetpeer metrics prematurely
Michal Kubeček
2
-3
/
+11
[prev]
[next]