aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge kernel.org linux-3.0.y into HEADKalimochoAz2012-10-3115-94/+84
|\
| * mac80211: check if key has TKIP type before updating IVStanislaw Gruszka2012-10-311-1/+2
| * SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust2012-10-311-5/+8
| * Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust2012-10-311-1/+1
| * SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust2012-10-311-0/+1
| * SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust2012-10-311-25/+0
| * tcp: resets are misroutedAlexey Kuznetsov2012-10-282-4/+6
| * RDS: fix rds-ping spinlock recursionjeff.liu2012-10-281-1/+1
| * net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com2012-10-281-4/+2
| * SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin2012-10-281-2/+2
| * netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt2012-10-211-4/+4
| * netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2012-10-212-8/+5
| * netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso2012-10-211-23/+6
| * netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy2012-10-211-2/+3
| * netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-10-211-1/+4
| * netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik2012-10-211-0/+8
| * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-10-211-5/+11
| * ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-10-211-2/+3
| * pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-211-1/+1
| * SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAITTrond Myklebust2012-10-211-5/+16
* | Merge commit '2e54c4f' into HEADKalimochoAz2012-10-1417-64/+148
|\ \ | |/
| * net: do not disable sg for packets requiring no checksumEd Cashin2012-10-131-1/+2
| * netrom: copy_datagram_iovec can failAlan Cox2012-10-131-1/+6
| * l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet2012-10-131-1/+1
| * ipv6: mip6: fix mip6_mh_filter()Eric Dumazet2012-10-131-9/+11
| * ipv6: raw: fix icmpv6_filter()Eric Dumazet2012-10-131-11/+10
| * ipv4: raw: fix icmp_filter()Eric Dumazet2012-10-131-6/+8
| * net: guard tcp_set_keepalive() to tcp socketsEric Dumazet2012-10-131-1/+2
| * net: small bug on rxhash calculationChema Gonzalez2012-10-131-5/+6
| * sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf2012-10-131-1/+20
| * tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-10-131-2/+8
| * ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-131-5/+6
| * 8021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli2012-10-131-1/+2
| * pkt_sched: fix virtual-start-time update in QFQPaolo Valente2012-10-131-1/+4
| * net-sched: sch_cbq: avoid infinite loopEric Dumazet2012-10-131-2/+3
| * xfrm_user: ensure user supplied esn replay window is validMathias Krause2012-10-131-6/+25
| * xfrm_user: don't copy esn replay window twice for new statesMathias Krause2012-10-131-4/+5
| * xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause2012-10-131-0/+1
| * xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause2012-10-131-0/+1
| * xfrm_user: fix info leak in copy_to_user_state()Mathias Krause2012-10-131-0/+1
| * xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause2012-10-131-1/+1
| * xfrm: fix a read lock imbalance in make_blackholeLi RongQing2012-10-131-1/+1
| * xfrm_user: return error pointer instead of NULL #2Mathias Krause2012-10-131-2/+4
| * xfrm_user: return error pointer instead of NULLMathias Krause2012-10-131-2/+4
| * xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-10-132-1/+16
* | Merge commit 'b9a7985' into HEADKalimochoAz2012-10-1426-87/+143
|\ \ | |/
| * drop_monitor: dont sleep in atomic contextEric Dumazet2012-10-021-68/+33
| * drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-10-021-5/+7
| * drop_monitor: Make updating data->skb smp safeNeil Horman2012-10-021-16/+54
| * drop_monitor: fix sleeping in invalid context warningNeil Horman2012-10-021-7/+7