summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2012-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-6/+6
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D-2/+5
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore-2/+4
2012-07-17libceph: fix messenger retrySage Weil-6/+6
2012-07-17Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller-2/+3
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov-2/+3
2012-07-16ax25: Fix missing breakAlan Cox-0/+1
2012-07-16caif: Fix access to freed pernet memorySjur Brændeland-1/+1
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng-17/+54
2012-07-16sctp: Fix list corruption resulting from freeing an association on a listNeil Horman-7/+12
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet-1/+1
2012-07-12sch_sfb: Fix missing NULL checkAlan Cox-0/+2
2012-07-10net: Fix memory leak - vlan_info structAmir Hanania-0/+3
2012-07-10Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller-7/+19
2012-07-09net/rxrpc/ar-peer.c: remove invalid reference to list iterator variableJulia Lawall-1/+1
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet-4/+8
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-6/+4
2012-07-09mac80211: destroy assoc_data correctly if assoc failsEliad Peller-4/+2
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin-1/+1
2012-07-09mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn-1/+1
2012-07-09Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller-1/+3
2012-07-09netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik-1/+3
2012-07-09cgroup: fix panic in netprio_cgroupGao feng-1/+2
2012-07-09netem: add limitation to reordered packetsEric Dumazet-27/+15
2012-07-08ieee802154: verify packet size before trying to allocate itSasha Levin-6/+6
2012-07-06batman-adv: check incoming packet type for blaSimon Wunderlich-7/+19
2012-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-56/+80
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman-4/+33
2012-06-29Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller-36/+26
2012-06-29netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka-1/+3
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka-0/+12
2012-06-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-14/+19
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee-2/+2
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-91/+200
2012-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-14/+19
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter-1/+1
2012-06-27mac80211: correct behaviour on unrecognised action framesJohannes Berg-1/+4
2012-06-26bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger-1/+3
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet-11/+32
2012-06-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2012-06-25mac802154: add missed bracesalex.bluesman.smirnov@gmail.com-1/+2
2012-06-26NFC: Return from rawsock_release when sk is NULLEric Dumazet-1/+4
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet-3/+3
2012-06-25caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland-0/+1
2012-06-25tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell-1/+2
2012-06-25ipv6: fib: fix fib dump restartEric Dumazet-2/+2
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg-1/+1
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg-5/+5
2012-06-25netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet-7/+7