summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Perform a replay check after return from async codepathsSteffen Klassert2011-09-211-0/+5
* fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng2011-09-211-2/+2
* ipv6: fix a possible double freeRoy Li2011-09-201-2/+2
* Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davemJohn W. Linville2011-09-203-9/+11
|\
| * Merge branch 'for-3.1' of git://github.com/padovan/bluetooth-nextJohn W. Linville2011-09-191-9/+8
| |\
| | * Bluetooth: Fix timeout on scanning for the second timeOliver Neukum2011-09-151-9/+8
| * | wireless: Fix rate mask for scan requestRajkumar Manoharan2011-09-161-0/+2
| * | wireless: Reset beacon_found while updating regulatoryRajkumar Manoharan2011-09-161-0/+1
* | | tcp: fix validation of D-SACKZheng Yan2011-09-181-1/+1
* | | Merge git://github.com/davem330/netLinus Torvalds2011-09-1830-142/+187
|\ \ \
| * | | ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng2011-09-171-11/+22
| * | | IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Andi Kleen2011-09-162-6/+6
| * | | net: Handle different key sizes between address families in flow cachedpward2011-09-161-14/+17
| * | | ipv4: Fix fib_info->fib_metrics leakYan, Zheng2011-09-161-1/+9
| * | | caif: fix a potential NULL dereferenceEric Dumazet2011-09-161-1/+5
| * | | sctp: deal with multiple COOKIE_ECHO chunksMax Matveev2011-09-162-0/+11
| * | | Merge branch 'master' of ../netdev/David S. Miller2011-09-1613-37/+39
| |\ \ \
| | * | | net: ipv4: relax AF_INET check in bind()Eric Dumazet2011-08-301-1/+6
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-08-307-25/+21
| | |\ \ \
| | | * | | netfilter: nf_ct_tcp: wrong multiplication of TCPOLEN_TSTAMP_ALIGNED in tcp_s...Jozsef Kadlecsik2011-08-301-1/+1
| | | * | | netfilter: nf_ct_tcp: fix incorrect handling of invalid TCP optionJozsef Kadlecsik2011-08-301-2/+2
| | | * | | netfilter: nf_ct_pptp: fix DNATed PPTP connection address translationSanket Shah2011-08-301-0/+1
| | | * | | netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal2011-08-303-16/+10
| | | * | | netfilter: ebtables: fix ebtables build dependencyBart De Schuymer2011-07-291-1/+1
| | | * | | netfilter: ip_queue: Fix small leak in ipq_build_packet_message()Jesper Juhl2011-07-292-0/+2
| | | * | | netfilter: xt_rateest: fix xt_rateest_mt_checkentry()Eric Dumazet2011-07-291-5/+4
| | * | | | net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski2011-08-305-11/+12
| * | | | | Merge branch 'master' of git://git.infradead.org/users/linville/wireless into...John W. Linville2011-09-151-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | mac80211: fix missing sta_lock in __sta_info_destroyJohannes Berg2011-09-131-1/+1
| * | | | | net: don't clear IFF_XMIT_DST_RELEASE in ether_setupnhorman2011-09-151-1/+1
| * | | | | net: copy userspace buffers on device forwardingMichael S. Tsirkin2011-09-152-5/+25
| * | | | | net: Make flow cache namespace-awaredpward2011-09-151-1/+4
| * | | | | net/can/af_can.c: Change del_timer to del_timer_syncrajan.aggarwal85@gmail.com2011-09-151-1/+1
| * | | | | tcp: Change possible SYN flooding messagesEric Dumazet2011-09-153-49/+33
| * | | | | pkt_sched: cls_rsvp.h was outdatedIgor Maravić2011-09-151-14/+13
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-09-092-16/+46
|\ \ \ \ \
| * | | | | libceph: fix leak of osd structs during shutdownSage Weil2011-08-311-5/+17
| * | | | | libceph: fix msgpoolSage Weil2011-08-091-11/+29
* | | | | | net/9p: Fix kernel crash with msize 512KAneesh Kumar K.V2011-09-061-5/+12
| |/ / / / |/| | | |
* | | | | netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet2011-08-261-1/+3
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-2616-89/+106
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | mac80211: fix suspend/resume races with unregister hwStanislaw Gruszka2011-08-223-3/+12
| | |_|/ | |/| |
| * | | Bluetooth: cmtp: Fix session cleanup on failed conn addPeter Hurley2011-08-111-5/+6
| * | | Bluetooth: hidp: Don't release device ref if never heldPeter Hurley2011-08-111-1/+0
| * | | Bluetooth: hidp: Only free input device if failed registerPeter Hurley2011-08-111-1/+2
| * | | Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley2011-08-111-0/+1
| * | | Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley2011-08-111-8/+6
| * | | Bluetooth: cmtp: Fix deadlock in session deletionPeter Hurley2011-08-113-3/+6
| * | | Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley2011-08-112-4/+6
| * | | Bluetooth: Don't use cmd_timer to timeout HCI reset commandSzymon Janc2011-08-111-2/+4
OpenPOWER on IntegriCloud