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
2010-12-11
pktgen: adding prefetchw() call
Junchang Wang
1
-0
/
+2
2010-12-11
inet6: Remove redundant unlikely()
Tobias Klauser
1
-1
/
+1
2010-12-11
xfrm: Traffic Flow Confidentiality for IPv6 ESP
Martin Willi
1
-8
/
+24
2010-12-11
xfrm: Traffic Flow Confidentiality for IPv4 ESP
Martin Willi
1
-8
/
+24
2010-12-11
xfrm: Add Traffic Flow Confidentiality padding XFRM attribute
Martin Willi
1
-2
/
+17
2010-12-11
net/ipv6/udp.c: fix typo in flush_stack()
Jiri Pirko
1
-1
/
+1
2010-12-11
ipv6: Fix 'release_it' logic in tcp_v6_get_peer()
David S. Miller
1
-1
/
+1
2010-12-11
bridge: Fix return values of br_multicast_add_group/br_multicast_new_group
Tobias Klauser
1
-4
/
+6
2010-12-10
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6
David S. Miller
1
-8
/
+0
2010-12-10
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
23
-219
/
+538
2010-12-10
dccp: remove unused macros
Shan Wei
1
-8
/
+0
2010-12-10
filter: use size of fetched data in __load_pointer()
Eric Dumazet
1
-3
/
+3
2010-12-10
net: optimize INET input path further
Eric Dumazet
3
-11
/
+11
2010-12-09
net: Abstract away all dst_entry metrics accesses.
David S. Miller
9
-78
/
+95
2010-12-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
25
-128
/
+163
2010-12-08
tcp: protect sysctl_tcp_cookie_size reads
Eric Dumazet
1
-12
/
+15
2010-12-08
tcp: avoid a possible divide by zero
Eric Dumazet
1
-2
/
+4
2010-12-08
tcp: Replace time wait bucket msg by counter
Tom Herbert
2
-1
/
+2
2010-12-08
x25: decrement netdev reference counts on unload
Apollon Oikonomopoulos
1
-0
/
+1
2010-12-08
l2tp: Fix modalias of l2tp_ip
Michal Marek
1
-1
/
+5
2010-12-08
econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.
Nelson Elhage
1
-2
/
+4
2010-12-08
af_packet: fix freeing pg_vec twice on error path
Changli Gao
1
-1
/
+0
2010-12-08
af_packet: eliminate pgv_to_page on some arches
Changli Gao
1
-1
/
+3
2010-12-08
net: call dev_queue_xmit_nit() after skb_dst_drop()
Eric Dumazet
1
-3
/
+3
2010-12-08
filter: constify sk_run_filter()
Eric Dumazet
3
-19
/
+21
2010-12-08
net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()
Eric Dumazet
4
-26
/
+25
2010-12-08
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6
David S. Miller
5
-9
/
+223
2010-12-08
llc: fix a device refcount imbalance
Eric Dumazet
1
-2
/
+3
2010-12-08
net/9p/protocol.c: Remove duplicated macros.
Thiago Farina
1
-24
/
+9
2010-12-08
net: init ingress queue
Changli Gao
1
-22
/
+13
2010-12-08
tcp: Bug fix in initialization of receive window.
Nandita Dukkipati
1
-5
/
+4
2010-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
3
-4
/
+15
2010-12-07
dccp qpolicy: Parameter checking of cmsg qpolicy parameters
Tomasz Grobelny
3
-6
/
+22
2010-12-07
dccp: Policy-based packet dequeueing infrastructure
Tomasz Grobelny
5
-9
/
+207
2010-12-07
Fix a typo in datagram.c and sctp/socket.c.
David Shwatrz
2
-2
/
+2
2010-12-06
filter: add a security check at install time
Eric Dumazet
1
-9
/
+63
2010-12-06
net: arp: use assignment
Changli Gao
1
-1
/
+1
2010-12-06
af_packet: remove pgv.flags
Changli Gao
1
-15
/
+5
2010-12-06
af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc()
Changli Gao
1
-17
/
+19
2010-12-06
net: kill an RCU warning in inet_fill_link_af()
Eric Dumazet
1
-4
/
+4
2010-12-06
filter: add SKF_AD_RXHASH and SKF_AD_CPU
Eric Dumazet
1
-0
/
+6
2010-12-06
net: Fix too optimistic NETIF_F_HW_CSUM features
Michał Mirosław
2
-3
/
+8
2010-12-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
24
-223
/
+553
2010-12-06
filter: fix sk_filter rcu handling
Eric Dumazet
1
-13
/
+6
2010-12-03
net: don't reallocate skb->head unless the current one hasn't the needed extr...
Changli Gao
1
-11
/
+23
2010-12-03
tipc: Delete tipc_ownidentity()
Allan Stephens
3
-10
/
+2
2010-12-03
tipc: Eliminate obsolete native API forwarding routines
Allan Stephens
2
-87
/
+15
2010-12-03
tipc: Eliminate an unused symbolic constant in link code
Allan Stephens
1
-6
/
+0
2010-12-03
tipc: Eliminate useless initialization when creating subscriber
Allan Stephens
1
-1
/
+1
2010-12-03
tipc: Remove unused domain argument from multicast send routine
Allan Stephens
3
-3
/
+2
[next]