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.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-04-23
netlink: Fix build with mmap disabled.
David S. Miller
1
-0
/
+7
2013-04-23
caif: Remove bouncing address for Daniel Martensson
sjur.brandeland@stericsson.com
1
-1
/
+1
2013-04-23
caif: Remove my bouncing email address.
sjur.brandeland@stericsson.com
17
-17
/
+17
2013-04-23
netlink: fix typo in net/netlink/af_netlink.c
Stephen Rothwell
1
-1
/
+1
2013-04-23
batman-adv: fix global protection fault during soft_iface destruction
Antonio Quartulli
1
-0
/
+7
2013-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
43
-223
/
+391
2013-04-23
net: sctp: minor: remove dead code from sctp_packet
Daniel Borkmann
1
-4
/
+1
2013-04-23
net: Remove return value from list_netdevice()
dingtianhong
1
-3
/
+1
2013-04-21
net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=n
Patrick McHardy
1
-0
/
+1
2013-04-21
net: vlan: fix memory leak in vlan_info_rcu_free()
Patrick McHardy
1
-3
/
+4
2013-04-20
net: rate-limit warn-bad-offload splats.
Ben Greear
1
-0
/
+3
2013-04-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
47
-40
/
+122
2013-04-20
pkt_sched: fix error return code in fw_change_attrs()
Wei Yongjun
1
-1
/
+1
2013-04-20
irda: small read past the end of array in debug code
Dan Carpenter
2
-2
/
+11
2013-04-20
packet: move hw/sw timestamp extraction into a small helper
Daniel Borkmann
1
-34
/
+23
2013-04-20
net: socket: move ktime2ts to ktime header api
Daniel Borkmann
1
-16
/
+4
2013-04-20
net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*
David S. Miller
1
-0
/
+3
2013-04-19
nfnetlink: add support for memory mapped netlink
Patrick McHardy
3
-5
/
+15
2013-04-19
netfilter: rename netlink related "pid" variables to "portid"
Patrick McHardy
3
-14
/
+15
2013-04-19
netlink: add RX/TX-ring support to netlink diag
Patrick McHardy
1
-0
/
+32
2013-04-19
netlink: add flow control for memory mapped I/O
Patrick McHardy
1
-27
/
+61
2013-04-19
netlink: implement memory mapped recvmsg()
Patrick McHardy
1
-3
/
+141
2013-04-19
netlink: implement memory mapped sendmsg()
Patrick McHardy
1
-6
/
+129
2013-04-19
netlink: add mmap'ed netlink helper functions
Patrick McHardy
1
-2
/
+183
2013-04-19
netlink: mmaped netlink: ring setup
Patrick McHardy
3
-2
/
+295
2013-04-19
netlink: add netlink_skb_set_owner_r()
Patrick McHardy
1
-3
/
+17
2013-04-19
netlink: don't orphan skb in netlink_trim()
Patrick McHardy
1
-1
/
+1
2013-04-19
net: add function to allocate sk_buff head without data area
Patrick McHardy
1
-1
/
+29
2013-04-19
netlink: rename ssk to sk in struct netlink_skb_params
Patrick McHardy
5
-8
/
+8
2013-04-19
netlink: add symbolic value for congested state
Patrick McHardy
1
-7
/
+11
2013-04-19
net: vlan: add 802.1ad support
Patrick McHardy
5
-14
/
+50
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
10
-16
/
+21
2013-04-19
net: vlan: prepare for 802.1ad support
Patrick McHardy
8
-78
/
+100
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
3
-29
/
+38
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
9
-29
/
+31
2013-04-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-3
/
+19
2013-04-19
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2
-12
/
+39
2013-04-19
tcp: call tcp_replace_ts_recent() from tcp_ack()
Eric Dumazet
1
-33
/
+31
2013-04-19
netfilter: xt_rpfilter: depend on raw or mangle table
Florian Westphal
2
-2
/
+2
2013-04-19
netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too
Florian Westphal
2
-2
/
+14
2013-04-19
netfilter: ipset: bitmap:ip,mac: fix listing with timeout
Jozsef Kadlecsik
1
-1
/
+5
2013-04-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-12
/
+39
2013-04-18
tcp: introduce TCPSpuriousRtxHostQueues SNMP counter
Eric Dumazet
2
-0
/
+8
2013-04-18
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
5
-23
/
+28
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
40
-5
/
+66
2013-04-18
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
2
-13
/
+19
2013-04-18
batman-adv: make is_my_mac() check for the current mesh only
Antonio Quartulli
5
-23
/
+28
2013-04-17
tipc: add InfiniBand media type
Patrick McHardy
6
-3
/
+416
2013-04-17
tipc: set skb->protocol in eth_media packet transmission
Patrick McHardy
1
-0
/
+1
2013-04-17
tipc: move bcast_addr from struct tipc_media to struct tipc_bearer
Patrick McHardy
5
-16
/
+18
[next]