aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-1511-8/+195
* net: Fix security_socket_sendmsg() bypass problem.Tetsuo Handa2011-08-151-9/+34
* net: Cap number of elements for sendmmsgAnton Blanchard2011-08-151-0/+3
* net: sendmmsg should only return an error if no messages were sentAnton Blanchard2011-08-151-24/+3
* cfg80211: really ignore the regulatory requestSven Neumann2011-08-041-2/+3
* svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields2011-08-041-5/+6