aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-10bridge: Use consistent NF_DROP returns in nf_pre_routingHerbert Xu1-16/+9
2010-12-10af_packet: use swap() instead of the open coded macro XC()Changli Gao1-5/+3
2010-12-10ethtool: Report link-down while interface is downBen Hutchings1-2/+15
2010-12-10pktgen: adding prefetchw() callJunchang Wang1-0/+2
2010-12-10inet6: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-10xfrm: Traffic Flow Confidentiality for IPv6 ESPMartin Willi1-8/+24
2010-12-10xfrm: Traffic Flow Confidentiality for IPv4 ESPMartin Willi1-8/+24
2010-12-10xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi1-2/+17
2010-12-10net/ipv6/udp.c: fix typo in flush_stack()Jiri Pirko1-1/+1
2010-12-10ipv6: Fix 'release_it' logic in tcp_v6_get_peer()David S. Miller1-1/+1
2010-12-10bridge: Fix return values of br_multicast_add_group/br_multicast_new_groupTobias Klauser1-4/+6
2010-12-10Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller1-8/+0
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller23-219/+538
2010-12-10dccp: remove unused macrosShan Wei1-8/+0
2010-12-09filter: use size of fetched data in __load_pointer()Eric Dumazet1-3/+3
2010-12-09net: optimize INET input path furtherEric Dumazet3-11/+11
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller9-78/+95
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller25-128/+163
2010-12-08tcp: protect sysctl_tcp_cookie_size readsEric Dumazet1-12/+15
2010-12-08tcp: avoid a possible divide by zeroEric Dumazet1-2/+4
2010-12-08tcp: Replace time wait bucket msg by counterTom Herbert2-1/+2
2010-12-08x25: decrement netdev reference counts on unloadApollon Oikonomopoulos1-0/+1
2010-12-08l2tp: Fix modalias of l2tp_ipMichal Marek1-1/+5
2010-12-08econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage1-2/+4
2010-12-08af_packet: fix freeing pg_vec twice on error pathChangli Gao1-1/+0
2010-12-08af_packet: eliminate pgv_to_page on some archesChangli Gao1-1/+3
2010-12-08net: call dev_queue_xmit_nit() after skb_dst_drop()Eric Dumazet1-3/+3
2010-12-08filter: constify sk_run_filter()Eric Dumazet3-19/+21
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet4-26/+25
2010-12-08Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller5-9/+223
2010-12-08llc: fix a device refcount imbalanceEric Dumazet1-2/+3
2010-12-08net/9p/protocol.c: Remove duplicated macros.Thiago Farina1-24/+9
2010-12-08net: init ingress queueChangli Gao1-22/+13
2010-12-08tcp: Bug fix in initialization of receive window.Nandita Dukkipati1-5/+4
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-4/+15
2010-12-07dccp qpolicy: Parameter checking of cmsg qpolicy parametersTomasz Grobelny3-6/+22
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny5-9/+207
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz2-2/+2
2010-12-06filter: add a security check at install timeEric Dumazet1-9/+63
2010-12-06net: arp: use assignmentChangli Gao1-1/+1
2010-12-06af_packet: remove pgv.flagsChangli Gao1-15/+5
2010-12-06af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc()Changli Gao1-17/+19
2010-12-06net: kill an RCU warning in inet_fill_link_af()Eric Dumazet1-4/+4
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet1-0/+6
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2-3/+8
2010-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville24-223/+553
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2010-12-03net: don't reallocate skb->head unless the current one hasn't the needed extra size or is sharedChangli Gao1-11/+23
2010-12-02tipc: Delete tipc_ownidentity()Allan Stephens3-10/+2
2010-12-02tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2-87/+15