summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-08-09net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-08-09tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-08-09wanmain: comparing array with NULLAlan Cox1-28/+23
2012-08-09net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl1-2/+2
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton3-1/+14
2012-08-09mac80211: fail authentication when AP denied authenticationEliad Peller1-2/+2
2012-08-09mac80211: fix read outside array boundsChristian Lamparter1-1/+1
2012-08-09mac80211: fix crash with single-queue driversJohannes Berg1-2/+10
2012-08-09tun: fix a crash bug and a memory leakMikulas Patocka1-0/+3
2012-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-6/+6
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D2-2/+5
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-07-17libceph: fix messenger retrySage Weil1-6/+6
2012-07-17Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-2/+3
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov1-2/+3
2012-07-16ax25: Fix missing breakAlan Cox1-0/+1
2012-07-16caif: Fix access to freed pernet memorySjur Brændeland1-1/+1
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng1-17/+54
2012-07-16sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2-7/+12
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet1-1/+1
2012-07-12sch_sfb: Fix missing NULL checkAlan Cox1-0/+2
2012-07-10net: Fix memory leak - vlan_info structAmir Hanania1-0/+3
2012-07-10Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-7/+19
2012-07-09net/rxrpc/ar-peer.c: remove invalid reference to list iterator variableJulia Lawall1-1/+1
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet2-4/+8
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-6/+4
2012-07-09mac80211: destroy assoc_data correctly if assoc failsEliad Peller1-4/+2
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin1-1/+1
2012-07-09mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn1-1/+1
2012-07-09Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-1/+3
2012-07-09netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik1-1/+3
2012-07-09cgroup: fix panic in netprio_cgroupGao feng1-1/+2
2012-07-09netem: add limitation to reordered packetsEric Dumazet1-27/+15
2012-07-08ieee802154: verify packet size before trying to allocate itSasha Levin1-6/+6
2012-07-06batman-adv: check incoming packet type for blaSimon Wunderlich3-7/+19
2012-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-56/+80
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman8-4/+33
2012-06-29Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller4-36/+26
2012-06-29netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka1-1/+3
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka1-0/+12
2012-06-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-14/+19
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee1-2/+2
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-91/+200
2012-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-14/+19
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter1-1/+1
2012-06-27mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-06-26bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger3-1/+3
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet1-11/+32