aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: Restart STA timers only on associated stateRajkumar Manoharan2011-08-041-0/+3
* ethtool: Allow zero-length register dumps againBen Hutchings2011-08-041-2/+2
* bridge: send proper message_age in config BPDUstephen hemminger2011-08-042-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-191-7/+10
|\
| * ceph: fix file mode calculationSage Weil2011-07-191-7/+10
* | Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky2011-07-161-2/+4
* | Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan2011-07-161-2/+1
* | net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław2011-07-141-1/+5
* | net: sctp: fix checksum marking for outgoing packetsMichał Mirosław2011-07-141-11/+8
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-07-132-17/+12
|\ \
| * | SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear2011-07-121-1/+1