summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://github.com/davem330/netLinus Torvalds2011-10-044-34/+40
|\
| * make PACKET_STATISTICS getsockopt report consistently between ring and non-ringWillem de Bruijn2011-10-031-1/+4
| * can bcm: fix incomplete tx_setup fixOliver Hartkopp2011-09-291-27/+21
| * RDSRDMA: Fix cleanup of rds_iw_mr_poolJonathan Lallinger2011-09-291-4/+9
| * ipv6: nullify ipv6_ac_list and ipv6_fl_list when creating new socketYan, Zheng2011-09-291-0/+3
| * can bcm: fix tx_setup off-by-one errorsOliver Hartkopp2011-09-291-6/+7
* | Merge branch 'for-linus' of git://github.com/NewDreamNetwork/ceph-clientLinus Torvalds2011-09-294-42/+48
|\ \ | |/ |/|
| * libceph: fix pg_temp mapping updateSage Weil2011-09-281-26/+24
| * libceph: fix pg_temp mapping calculationSage Weil2011-09-281-13/+21
| * libceph: fix linger request requeuingSage Weil2011-09-161-3/+1
| * libceph: fix parse options memory leakNoah Watkins2011-09-161-0/+1
| * libceph: initialize ack_stamp to avoid unnecessary connection resetJim Schutt2011-09-161-0/+1
* | Merge branch 'for-davem' of git://git.infradead.org/users/linville/wirelessDavid S. Miller2011-09-271-1/+4
|\ \
| * \ Merge branch 'master' of git://git.infradead.org/users/linville/wireless into...John W. Linville2011-09-271-1/+4
| |\ \
| | * | cfg80211: Fix validation of AKM suitesJouni Malinen2011-09-211-1/+4
* | | | ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear2011-09-271-1/+3
* | | | ipv6: check return value for dst_allocMadalin Bucur2011-09-271-1/+3
* | | | net: check return value for dst_allocMadalin Bucur2011-09-271-4/+6
* | | | ipv6-multicast: Fix memory leak in input path.Ben Greear2011-09-271-1/+3
* | | | Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-09-271-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | batman-adv: do_bcast has to be true for broadcast packets onlyAntonio Quartulli2011-09-221-5/+5
* | | | 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