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
2012-11-16
ipv6: Add new offload registration infrastructure.
Vlad Yasevich
4
-0
/
+41
2012-11-16
net: Add net protocol offload registration infrustructure
Vlad Yasevich
2
-0
/
+33
2012-11-16
net: Switch to using the new packet offload infrustructure
Vlad Yasevich
3
-10
/
+20
2012-11-16
net: Add generic packet offload infrastructure.
Vlad Yasevich
1
-0
/
+80
2012-11-15
ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()
Nicolas Dichtel
1
-1
/
+1
2012-11-15
sit: fix sparse warnings
Nicolas Dichtel
1
-5
/
+5
2012-11-15
ipip: fix sparse warnings in ipip_netlink_parms()
Nicolas Dichtel
1
-2
/
+2
2012-11-15
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
11
-173
/
+416
2012-11-15
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
83
-1450
/
+7319
2012-11-15
sit: add support of link creation via rtnl
Nicolas Dichtel
1
-28
/
+150
2012-11-15
sit: rename rtnl functions for consistency
Nicolas Dichtel
1
-4
/
+4
2012-11-15
sit/rtnl: add missing parameters on dump
Nicolas Dichtel
1
-1
/
+8
2012-11-15
sit: always notify change when params are updated
Nicolas Dichtel
1
-17
/
+15
2012-11-15
ipip: add support of link creation via rtnl
Nicolas Dichtel
1
-24
/
+141
2012-11-15
ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dump
Nicolas Dichtel
1
-1
/
+5
2012-11-15
ipip: always notify change when params are updated
Nicolas Dichtel
1
-18
/
+16
2012-11-15
ip6tnl: add support of link creation via rtnl
Nicolas Dichtel
1
-15
/
+149
2012-11-15
ip6tnl: rename rtnl functions for consistency
Nicolas Dichtel
1
-4
/
+4
2012-11-15
ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump
Nicolas Dichtel
1
-1
/
+4
2012-11-15
bridge: add root port blocking
stephen hemminger
4
-2
/
+28
2012-11-15
bridge: implement BPDU blocking
stephen hemminger
4
-1
/
+15
2012-11-15
bridge: add template for bridge port flags
stephen hemminger
1
-15
/
+23
2012-11-15
bridge: bridge port parameters over netlink
stephen hemminger
1
-33
/
+132
2012-11-15
ipv6: remove obsolete comments in route.c
Li RongQing
1
-6
/
+0
2012-11-15
net: unify for_each_ip_tunnel_rcu()
Amerigo Wang
5
-49
/
+18
2012-11-15
net: convert __IPTUNNEL_XMIT() to an inline function
Amerigo Wang
6
-65
/
+3
2012-11-15
batman-adv: Remove instant overwritten variable initialization
Sven Eckelmann
2
-11
/
+11
2012-11-15
batman-adv: roaming handling mechanism redesign
Antonio Quartulli
1
-39
/
+118
2012-11-15
batman-adv: refactor tt_global_del_struct()
Antonio Quartulli
1
-10
/
+9
2012-11-15
batman-adv: refactor code to simplify long lines
Antonio Quartulli
1
-32
/
+30
2012-11-15
batman-adv: substitute tt_poss_change with a per-tt_entry flag
Antonio Quartulli
6
-75
/
+156
2012-11-15
batman-adv: wait multiple periods before activating bla
Simon Wunderlich
3
-1
/
+10
2012-11-15
batman-adv: allow bla traffic only after first worker period
Simon Wunderlich
1
-1
/
+19
2012-11-15
batman-adv: send announcement when backbone gw is registered
Simon Wunderlich
1
-4
/
+10
2012-11-15
batman-adv: prevent using any virtual device created on batman-adv as hard-in...
Antonio Quartulli
1
-1
/
+40
2012-11-15
batman-adv: fix wrong spinlock inline comment
Antonio Quartulli
1
-1
/
+1
2012-11-15
batman-adv: don't rely on positions in struct for hashing
Simon Wunderlich
2
-14
/
+28
2012-11-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
83
-1450
/
+7319
2012-11-13
ipv6: add knob to send unsolicited ND on link-layer address change
Hannes Frederic Sowa
2
-0
/
+15
2012-11-13
ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+1
2012-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
38
-161
/
+302
2012-11-10
ip6tnl: advertise tunnel param via rtnl
Nicolas Dichtel
1
-0
/
+57
2012-11-10
sit: advertise tunnel param via rtnl
Nicolas Dichtel
1
-1
/
+56
2012-11-10
ipip: advertise tunnel param via rtnl
Nicolas Dichtel
1
-1
/
+56
2012-11-10
gre6: fix rtnl dump messages
Nicolas Dichtel
1
-4
/
+4
2012-11-10
ipip: add GSO support
Eric Dumazet
1
-0
/
+12
2012-11-10
ipv6: send unsolicited neighbour advertisements to all-nodes
Hannes Frederic Sowa
1
-2
/
+1
2012-11-09
vlan: set sysfs device_type to 'vlan'
Doug Goldstein
1
-0
/
+6
2012-11-09
ipv6: remove rt6i_peer_genid from rt6_info and its handler
Li RongQing
1
-16
/
+2
2012-11-08
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
21
-54
/
+1680
[next]