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-12-06
bridge: implement multicast fast leave
David S. Miller
4
-21
/
+6
2012-12-06
ipv6: avoid taking locks at socket dismantle
Eric Dumazet
2
-0
/
+6
2012-12-06
net: neighbour: prohibit negative value for unres_qlen_bytes parameter
Shan Wei
1
-5
/
+12
2012-12-06
bridge: implement multicast fast leave
Amerigo Wang
3
-0
/
+42
2012-12-04
ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTE
David S. Miller
1
-1
/
+4
2012-12-04
ip6mr: fix rtm_family of rtnl msg
Nicolas Dichtel
1
-1
/
+1
2012-12-04
net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
Serge Hallyn
1
-0
/
+6
2012-12-04
ip6mr: advertise new mfc entries via rtnl
Nicolas Dichtel
1
-4
/
+59
2012-12-04
ipmr: advertise new mfc entries via rtnl
Nicolas Dichtel
1
-5
/
+59
2012-12-04
ipmr/ip6mr: allow to get unresolved cache via netlink
Nicolas Dichtel
2
-2
/
+41
2012-12-04
ipmr/ip6mr: report origin of mfc entry into rtnl msg
Nicolas Dichtel
2
-2
/
+8
2012-12-04
ipmr/ip6mr: advertise mfc stats via rtnetlink
Nicolas Dichtel
2
-0
/
+14
2012-12-04
ip6mr: use nla_nest_* helpers
Nicolas Dichtel
1
-13
/
+13
2012-12-04
netconf: advertise mc_forwarding status
Nicolas Dichtel
4
-6
/
+46
2012-12-04
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
9
-252
/
+312
2012-12-04
ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=n
Paul Marks
1
-14
/
+10
2012-12-03
ipv6: Make 'addrconf_rs_timer' send Router Solicitations (and re-arm itself) ...
Shmulik Ladkani
1
-1
/
+1
2012-12-03
sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...
Michele Baldessari
10
-13
/
+117
2012-12-03
netfilter: nf_nat: Handle routing changes in MASQUERADE target
Jozsef Kadlecsik
2
-0
/
+8
2012-12-03
netfilter: ctnetlink: nla_policy updates
Florian Westphal
2
-2
/
+8
2012-12-03
netfilter: kill support for per-af queue backends
Florian Westphal
3
-150
/
+18
2012-12-03
netfilter: ctnetlink: dump entries from the dying and unconfirmed lists
Pablo Neira Ayuso
1
-0
/
+108
2012-12-03
netfilter: nf_conntrack: improve nf_conn object traceability
Pablo Neira Ayuso
2
-17
/
+10
2012-12-03
netfilter: ipset: Increase the number of maximal sets automatically
Jozsef Kadlecsik
1
-83
/
+160
2012-12-03
tcp: don't abort splice() after small transfers
Willy Tarreau
1
-4
/
+8
2012-12-02
Merge git://git.infradead.org/users/dwmw2/atm
David S. Miller
3
-11
/
+124
2012-12-02
pppoatm: optimise PPP channel wakeups after sock_owned_by_user()
David Woodhouse
1
-2
/
+19
2012-12-02
br2684: allow assign only on a connected socket
Krzysztof Mazur
1
-2
/
+5
2012-12-02
br2684: fix module_put() race
David Woodhouse
1
-1
/
+4
2012-12-02
pppoatm: fix missing wakeup in pppoatm_send()
David Woodhouse
1
-0
/
+12
2012-12-02
br2684: don't send frames on not-ready vcc
David Woodhouse
1
-3
/
+40
2012-12-02
atm: add release_cb() callback to vcc
David Woodhouse
1
-0
/
+10
2012-12-01
ipv6: unify logic evaluating inet6_dev's accept_ra property
Shmulik Ladkani
2
-16
/
+3
2012-12-01
tcp: change default tcp hash size
Eric Dumazet
1
-4
/
+2
2012-12-01
net: move inet_dport/inet_num in sock_common
Eric Dumazet
2
-21
/
+42
2012-11-30
sctp: verify length provided in heartbeat information parameter
Thomas Graf
1
-2
/
+8
2012-11-30
rtnelink: remove unused parameter from rtnl_create_link().
Rami Rosen
1
-2
/
+2
2012-11-30
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
4
-9
/
+11
2012-11-30
sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()
Tommi Rantala
1
-1
/
+1
2012-11-30
mac802154: use kfree_skb() instead of dev_kfree_skb()
Alan Ott
1
-1
/
+1
2012-11-30
mac802154: fix memory leaks
Alan Ott
2
-2
/
+7
2012-11-30
6lowpan: consider checksum bytes in fragmentation threshold
Alan Ott
1
-1
/
+2
2012-11-30
8021q: fix vlan device to inherit the unicast filtering capability flag
Yi Zou
1
-0
/
+1
2012-11-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
11
-125
/
+296
2012-11-30
pppoatm: do not inline pppoatm_may_send()
Krzysztof Mazur
1
-1
/
+1
2012-11-30
pppoatm: drop frames to not-ready vcc
Krzysztof Mazur
1
-0
/
+7
2012-11-30
batman-adv: use ETH_P_BATMAN
Antonio Quartulli
4
-9
/
+11
2012-11-29
core: make GRO methods static.
Rami Rosen
1
-6
/
+3
2012-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-21
/
+34
2012-11-29
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
2
-10
/
+6
[next]