aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* S5PC11X: NET: change the capabilityJIKWANG KANG2011-11-171-1/+1
* S5PC11X: NET: Add the CAP_NET_ADMIN for using pn_socket_createJeong-Seok Yang2011-11-171-1/+1
* S5PC11X:PHONE:Fix Remote File System Issue for IMEISang-Jun Park2011-11-171-1/+1
* tcp: Don't nuke connections for the wrong protocolLorenzo Colitti2011-11-031-5/+14
* net: wireless: Skip connect warning for CONFIG_CFG80211_ALLOW_RECONNECTDmitry Shmidt2011-10-281-1/+3
* Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-2753-156/+423
|\
| * x25: Prevent skb overreads when checking call user dataMatthew Daley2011-10-251-1/+2
| * ipv6: fix NULL dereference in udp6_ufo_fragment()Jason Wang2011-10-162-6/+8
| * cfg80211: Fix validation of AKM suitesJouni Malinen2011-10-031-1/+4
| * Bluetooth: Fix timeout on scanning for the second timeOliver Neukum2011-10-031-9/+8
| * bridge: fix a possible use after freeEric Dumazet2011-10-031-4/+4
| * bridge: Pseudo-header required for the checksum of ICMPv6Yan, Zheng2011-10-031-3/+10
| * xfrm: Perform a replay check after return from async codepathsSteffen Klassert2011-10-031-0/+5
| * vlan: reset headers on accel emulation pathJiri Pirko2011-10-031-0/+2
| * tcp: initialize variable ecn_ok in syncookies pathMike Waychison2011-10-032-2/+2
| * tcp: fix validation of D-SACKZheng Yan2011-10-031-1/+1
| * scm: Capture the full credentials of the scm senderTim Chen2011-10-031-1/+1
| * net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal2011-10-031-1/+1
| * netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov2011-10-031-10/+8
| * mcast: Fix source address selection for multicast listener reportYan, Zheng2011-10-032-2/+2
| * ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONSDaniel Baluta2011-10-031-4/+5
| * ipv4: some rt_iif -> rt_route_iif conversionsJulian Anastasov2011-10-031-5/+3
| * fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng2011-10-031-2/+2
| * bridge: fix a possible net_device leakEric Dumazet2011-10-031-1/+5
| * arp: fix rcu lockdep splat in arp_process()Eric Dumazet2011-10-031-2/+6
| * wireless: Reset beacon_found while updating regulatoryRajkumar Manoharan2011-10-031-0/+1
| * mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg2011-10-031-1/+1
| * net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V2011-10-031-5/+12
| * net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)2011-10-031-2/+2
| * fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V2011-10-031-2/+4
| * VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao2011-10-031-1/+1
| * Fix the size of receive buffer packing onto VirtIO ring.jvrao2011-10-031-1/+1
| * net/9p: fix client code to fail more gracefully on protocol errorEric Van Hensbergen2011-10-031-1/+2
| * atm: br2684: Fix oops due to skb->dev being NULLDaniel Schwierzeck2011-10-031-3/+4
| * sendmmsg/sendmsg: fix unsafe user pointer accessMathieu Desnoyers2011-10-031-4/+6
| * atm: br2864: sent packets truncated in VC routed modeChas Williams2011-08-171-2/+0
| * gre: fix improper error handlingxeb@mail.ru2011-08-151-15/+6
| * ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov2011-08-152-2/+2
| * net: allow netif_carrier to be called safely from IRQstephen hemminger2011-08-151-1/+1
| * xfrm: Fix key lengths for rfc3686(ctr(aes))Tushar Gohad2011-08-151-2/+2
| * net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-08-154-2/+4
| * net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2011-08-152-3/+6
| * IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss2011-08-151-8/+8
| * sch_sfq: fix sfq_enqueue()Eric Dumazet2011-08-151-1/+6
| * net: adjust array indexJulia Lawall2011-08-151-1/+1
| * IPVS: Free resources on module removalSimon Horman2011-08-151-0/+1
| * ipv4: fix the reusing of routing cache entriesJulian Anastasov2011-08-151-1/+2
| * ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld2011-08-151-3/+3
| * icmp: Fix regression in nexthop resolution during replies.David S. Miller2011-08-151-6/+8
| * ipv6: make fragment identifications less predictableEric Dumazet2011-08-153-6/+38