summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-08-091-1/+3
* net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-08-091-1/+7
* tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-08-091-1/+4
* wanmain: comparing array with NULLAlan Cox2012-08-091-28/+23
* net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl2012-08-091-2/+2
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-08-093-1/+14
* mac80211: fail authentication when AP denied authenticationEliad Peller2012-08-091-2/+2
* mac80211: fix read outside array boundsChristian Lamparter2012-08-091-1/+1
* mac80211: fix crash with single-queue driversJohannes Berg2012-08-091-2/+10
* tun: fix a crash bug and a memory leakMikulas Patocka2012-08-091-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-191-6/+6
|\
| * libceph: fix messenger retrySage Weil2012-07-171-6/+6
* | net: Statically initialize init_net.dev_base_headRustad, Mark D2012-07-182-2/+5
* | cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore2012-07-181-2/+4
|/
* Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-07-171-2/+3
|\
| * ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-07-171-2/+3
* | ax25: Fix missing breakAlan Cox2012-07-161-0/+1
* | caif: Fix access to freed pernet memorySjur Brændeland2012-07-161-1/+1
* | net: cgroup: fix access the unallocated memory in netprio cgroupGao feng2012-07-161-17/+54
* | sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2012-07-162-7/+12
|/
* net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet2012-07-161-1/+1
* sch_sfb: Fix missing NULL checkAlan Cox2012-07-121-0/+2
* net: Fix memory leak - vlan_info structAmir Hanania2012-07-101-0/+3
* Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-07-103-7/+19
|\
| * batman-adv: check incoming packet type for blaSimon Wunderlich2012-07-063-7/+19
* | net/rxrpc/ar-peer.c: remove invalid reference to list iterator variableJulia Lawall2012-07-091-1/+1
* | net: cgroup: fix out of bounds accessesEric Dumazet2012-07-092-4/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-093-6/+4
|\ \
| * | mac80211: destroy assoc_data correctly if assoc failsEliad Peller2012-07-091-4/+2
| * | NFC: Prevent NULL deref when getting socket nameSasha Levin2012-07-091-1/+1
| * | mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn2012-07-091-1/+1
* | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-07-091-1/+3
|\ \ \
| * | | netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik2012-07-091-1/+3
| | |/ | |/|
* | | cgroup: fix panic in netprio_cgroupGao feng2012-07-091-1/+2
* | | netem: add limitation to reordered packetsEric Dumazet2012-07-091-27/+15
* | | ieee802154: verify packet size before trying to allocate itSasha Levin2012-07-081-6/+6
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-0317-56/+80
|\ \
| * | sctp: be more restrictive in transport selection on bundled sacksNeil Horman2012-06-308-4/+33
| * | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-06-294-36/+26
| |\ \
| | * | netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka2012-06-291-1/+3
| | * | netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka2012-06-291-0/+12
| | * | netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet2012-06-251-7/+7
| | * | netfilter: ipset: fix interface comparision in hash-netiface setsFlorian Westphal2012-06-251-28/+4
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-06-284-14/+19
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-284-14/+19
| | |\ \ \ | | | | |/ | | | |/|
| | | * | mac80211: correct behaviour on unrecognised action framesJohannes Berg2012-06-271-1/+4
| | | * | NFC: Return from rawsock_release when sk is NULLEric Dumazet2012-06-261-1/+4
| | | * | NFC: Prevent multiple buffer overflows in NCIDan Rosenberg2012-06-251-5/+5
| | | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-06-221-7/+6
| | | |\ \
| | | | * | mac80211: clear ifmgd->bssid only after building DELBAEliad Peller2012-06-211-7/+6