aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linville/wirelessDavid 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/linville/wireless into for-davemJohn 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
2012-06-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-1/+1
2012-06-25mac802154: add missed bracesalex.bluesman.smirnov@gmail.com1-1/+2
2012-06-26NFC: Return from rawsock_release when sk is NULLEric Dumazet1-1/+4
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet1-3/+3
2012-06-25caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland1-0/+1
2012-06-25tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell1-1/+2
2012-06-25ipv6: fib: fix fib dump restartEric Dumazet1-2/+2
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg1-1/+1
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg1-5/+5
2012-06-25netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6Eric Dumazet1-7/+7
2012-06-25netfilter: ipset: fix interface comparision in hash-netiface setsFlorian Westphal1-28/+4
2012-06-23batman-adv: fix race condition in TT full-table replacementAntonio Quartulli1-2/+2
2012-06-23batman-adv: only drop packets of known wifi clientsMarek Lindner1-4/+4
2012-06-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-7/+9
2012-06-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-7/+6
2012-06-21mac80211: clear ifmgd->bssid only after building DELBAEliad Peller1-7/+6
2012-06-20libceph: flush msgr queue during mon_client shutdownSage Weil2-7/+8
2012-06-20rbd: Clear ceph_msg->bio_iter for retransmitted messageYan, Zheng1-0/+4
2012-06-20libceph: use con get/put ops from osd_clientSage Weil1-4/+4
2012-06-20libceph: osd_client: don't drop reply reference too earlyAlex Elder1-2/+2
2012-06-19batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-06-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville2-7/+9
2012-06-19sctp: fix warning when compiling without IPv6Daniel Halperin1-0/+2
2012-06-18ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-06-18Merge branch 'v9fs-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-1/+1
2012-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville9-9/+91
2012-06-17net: remove my future former mail addressRĂ©mi Denis-Courmont9-15/+14
2012-06-16Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route"David S. Miller2-22/+12
2012-06-15Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-7/+8
2012-06-15ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2-12/+22
2012-06-15net: remove skb_orphan_try()Eric Dumazet3-26/+1
2012-06-14Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal1-1/+1
2012-06-13netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-0/+1
2012-06-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville5-4/+12
2012-06-13mac80211: stop polling in disassociationDavid Spinadel1-2/+2