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
2013-06-13
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
32
-85
/
+86
2013-06-13
net: make all team port device link events urgent
Flavio Leitner
1
-0
/
+3
2013-06-13
net: ping_check_bind_addr() etc. can be static
Wu Fengguang
2
-13
/
+13
2013-06-13
sctp: Correct byte order of access to skb->{network, transport}_header
Simon Horman
1
-1
/
+1
2013-06-13
netlink: make compare exist all the time
Gao feng
1
-2
/
+2
2013-06-13
udp: fix two sparse errors
Eric Dumazet
1
-2
/
+2
2013-06-13
gro: remove a sparse error
Eric Dumazet
1
-1
/
+1
2013-06-13
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
36
-1285
/
+813
2013-06-13
igmp: fix new sparse errors
Eric Dumazet
1
-4
/
+4
2013-06-12
pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skb
Daniel Borkmann
1
-25
/
+27
2013-06-12
net: udp4: move GSO functions to udp_offload
Daniel Borkmann
4
-82
/
+104
2013-06-12
igmp: remove unnecessary in_device member zeroing
Shawn Bohrer
1
-4
/
+0
2013-06-12
igmp: hash a hash table to speedup ip_check_mc_rcu()
Eric Dumazet
2
-3
/
+71
2013-06-12
net_sched: htb: do not setup default rate estimators
Eric Dumazet
1
-6
/
+12
2013-06-12
net_sched: psched_ratecfg_precompute() improvements
Eric Dumazet
1
-24
/
+20
2013-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
36
-1285
/
+813
2013-06-11
net_sched: add 64bit rate estimators
Eric Dumazet
8
-17
/
+29
2013-06-11
net: pass correct parameter to skb_headers_offset_update()
Peter Pan(潘卫平)
1
-13
/
+2
2013-06-11
netlink: Add compare function for netlink_table
Gao feng
2
-8
/
+26
2013-06-11
bridge: Add a flag to control unicast packet flood.
Vlad Yasevich
7
-16
/
+31
2013-06-11
bridge: Add flag to control mac learning.
Vlad Yasevich
5
-4
/
+13
2013-06-11
net: remove last caller of skb_tail_offset() and itself
Cong Wang
1
-7
/
+1
2013-06-11
tcp: add low latency socket poll support.
Eliezer Tamir
3
-0
/
+9
2013-06-11
udp: add low latency socket poll support
Eliezer Tamir
3
-2
/
+14
2013-06-11
net: add low latency socket poll
Eliezer Tamir
6
-0
/
+39
2013-06-11
net: add napi_id and hash
Eliezer Tamir
1
-0
/
+59
2013-06-08
netlink: allow large data transfers from user-space
Pablo Neira Ayuso
1
-2
/
+35
2013-06-08
net: tcp: move GRO/GSO functions to tcp_offload
Daniel Borkmann
5
-318
/
+336
2013-06-08
net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment
Daniel Borkmann
1
-2
/
+2
2013-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-41
/
+44
2013-06-06
net: Unbreak compat_sys_{send,recv}msg
Andy Lutomirski
2
-41
/
+44
2013-06-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
13
-79
/
+135
2013-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
36
-121
/
+297
2013-06-05
netfilter: nfnetlink_queue: only add CAP_LEN attr when needed
Florian Westphal
1
-1
/
+2
2013-06-05
netfilter: nfnetlink_queue: cleanup copy_range usage
Florian Westphal
1
-10
/
+12
2013-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-90
/
+227
2013-06-05
net_sched: htb: do not mix 1ns and 64ns time units
Eric Dumazet
1
-17
/
+17
2013-06-05
netpoll: fix position of network header
Amerigo Wang
1
-16
/
+4
2013-06-05
pktgen: Fix position of ip and udp header
Thomas Graf
1
-27
/
+12
2013-06-05
net: fix sk_buff head without data area
Pablo Neira
2
-3
/
+3
2013-06-05
net/ethtool: Fix comment regarding location of dev_ethtool() call
Yan Burman
1
-1
/
+1
2013-06-05
ping: always initialize ->sin6_scope_id and ->sin6_flowinfo
Cong Wang
1
-3
/
+3
2013-06-05
ipv6: assign rt6_info to inet6_ifaddr in init_loopback
Gao feng
1
-1
/
+3
2013-06-05
net: mark netdev_create_hash __net_init
Baruch Siach
1
-1
/
+1
2013-06-05
Kconfig: remove dangling references to the deleted file
Jean Sacren
1
-8
/
+3
2013-06-05
xfrm: simplify the exit path of xfrm_output_one()
Jean Sacren
1
-5
/
+4
2013-06-04
net: ipv6: Implement /proc/net/icmp6.
Lorenzo Colitti
2
-32
/
+91
2013-06-04
net: ipv4: make the ping /proc code AF-independent
Lorenzo Colitti
1
-26
/
+47
2013-06-04
net: ipv6: Unify {raw,udp}6_sock_seq_show.
Lorenzo Colitti
3
-77
/
+44
2013-06-03
mac80211: fix sdata locking around __ieee80211_request_smps
Johannes Berg
1
-0
/
+2
[next]