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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-24
ipv4: remove ip_rt_dump from route.c
Li RongQing
1
-1
/
+0
2014-03-24
net: optimize csum_replace2()
Eric Dumazet
1
-2
/
+21
2014-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-22
/
+28
2014-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
5
-18
/
+47
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2014-03-15
6lowpan: move lowpan frag_info out of 802.15.4 headers
Phoebe Buckheister
1
-8
/
+0
2014-03-15
ieee802154: use ieee802154_addr instead of *_sa variants
Phoebe Buckheister
2
-9
/
+9
2014-03-15
mac802154: use header operations to create/parse headers
Phoebe Buckheister
1
-8
/
+2
2014-03-15
ieee802154: add header structs with endiannes and operations
Phoebe Buckheister
3
-4
/
+112
2014-03-15
ieee802154: enforce consistent endianness in the 802.15.4 stack
Phoebe Buckheister
3
-9
/
+8
2014-03-15
ieee802154: add address struct with proper endiannes and some operations
Phoebe Buckheister
1
-0
/
+72
2014-03-15
ieee802154: rename struct ieee802154_addr to *_sa
Phoebe Buckheister
3
-11
/
+11
2014-03-14
xfrm6: Remove xfrm_tunnel_notifier
Steffen Klassert
1
-8
/
+0
2014-03-14
xfrm6: Add IPsec protocol multiplexer
Steffen Klassert
1
-0
/
+15
2014-03-14
xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly
Steffen Klassert
1
-12
/
+11
2014-03-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
8
-75
/
+335
2014-03-12
flowcache: Fix resource leaks on namespace exit.
Steffen Klassert
1
-0
/
+1
2014-03-12
tcp: tcp_release_cb() should release socket ownership
Eric Dumazet
1
-0
/
+5
2014-03-11
flowcache: restore a single flow_cache kmem_cache
Eric Dumazet
1
-1
/
+0
2014-03-11
net: add a pre-check of net_ns in sk_change_net()
Gu Zheng
1
-2
/
+6
2014-03-08
netfilter: nf_tables: restore context for expression destructors
Patrick McHardy
1
-9
/
+4
2014-03-07
netfilter: conntrack: remove central spinlock nf_conntrack_lock
Jesper Dangaard Brouer
2
-1
/
+8
2014-03-07
netfilter: conntrack: seperate expect locking from nf_conntrack_lock
Jesper Dangaard Brouer
1
-0
/
+2
2014-03-07
netfilter: conntrack: spinlock per cpu to protect special lists.
Jesper Dangaard Brouer
2
-4
/
+10
2014-03-07
netfilter: trivial code cleanup and doc changes
Jesper Dangaard Brouer
1
-1
/
+7
2014-03-07
xfrm: rename struct xfrm_filter
Nicolas Dichtel
1
-2
/
+2
2014-03-07
6lowpan: move 6lowpan header to include/net
Alexander Aring
1
-0
/
+434
2014-03-07
net: Improve SO_TIMESTAMPING documentation and fix a minor code bug
Andrew Lutomirski
1
-1
/
+0
2014-03-07
tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()
David S. Miller
1
-0
/
+1
2014-03-06
inet: remove now unused flag DST_NOPEER
Hannes Frederic Sowa
1
-4
/
+3
2014-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-1
/
+14
2014-03-03
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
3
-14
/
+101
2014-03-01
6lowpan: handling 6lowpan fragmentation via inet_frag api
Alexander Aring
1
-0
/
+9
2014-03-01
net: ns: add ieee802154_6lowpan namespace
Alexander Aring
2
-0
/
+17
2014-03-01
6lowpan: add frag information struct
Alexander Aring
1
-0
/
+7
2014-02-28
Bluetooth: Remove unnecessary stop_scan_complete function
Johan Hedberg
1
-0
/
+1
2014-02-28
Bluetooth: Add timeout for LE connection attempts
Johan Hedberg
2
-0
/
+2
2014-02-28
Bluetooth: Add defines for LE initiator filter policy
Johan Hedberg
1
-0
/
+3
2014-02-28
Bluetooth: Track LE initiator and responder address information
Johan Hedberg
1
-0
/
+4
2014-02-28
Bluetooth: Use __le64 type for LE random numbers
Marcel Holtmann
3
-7
/
+7
2014-02-28
Bluetooth: Add timer to force power off
Johan Hedberg
1
-0
/
+1
2014-02-28
Bluetooth: Add support for storing LE white list entries
Marcel Holtmann
1
-0
/
+7
2014-02-28
Bluetooth: Add definitions for LE white list HCI commands
Marcel Holtmann
1
-0
/
+14
2014-02-28
Bluetooth: Make hci_blacklist_clear function static
Marcel Holtmann
1
-1
/
+0
2014-02-28
ipv6: addrconf: silence sparse endianness warnings
Bjørn Mork
1
-3
/
+3
2014-02-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-15
/
+68
2014-02-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+11
2014-02-27
Bluetooth: Add hci_copy_identity_address convenience function
Johan Hedberg
1
-0
/
+2
2014-02-27
Bluetooth: Add tracking of advertising address type
Johan Hedberg
1
-0
/
+1
2014-02-27
netfilter: nf_tables: add optional user data area to rules
Pablo Neira Ayuso
1
-2
/
+9
[next]