summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* get rid of ->scm_work_listAl Viro2012-07-221-19/+3
* 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
| * | | | | net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee2012-06-281-2/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-07-031-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | splice: fix racy pipe->buffers usesEric Dumazet2012-06-131-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-2834-91/+200
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 9p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter2012-06-271-1/+1
| * | | | | bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger2012-06-263-1/+3
| * | | | | net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet2012-06-261-11/+32
| * | | | | mac802154: add missed bracesalex.bluesman.smirnov@gmail.com2012-06-251-1/+2
| * | | | | net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet2012-06-251-3/+3
| * | | | | caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland2012-06-251-0/+1
| * | | | | tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell2012-06-251-1/+2
| * | | | | ipv6: fib: fix fib dump restartEric Dumazet2012-06-251-2/+2
| | |_|_|/ | |/| | |
| * | | | batman-adv: fix race condition in TT full-table replacementAntonio Quartulli2012-06-231-2/+2
| * | | | batman-adv: only drop packets of known wifi clientsMarek Lindner2012-06-231-4/+4
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-222-7/+9
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-06-192-7/+9
| | |\ \ \
| | | * | | Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal2012-06-141-1/+1
| | | * | | Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc2012-06-111-6/+8
| * | | | | batman-adv: fix skb->data assignmentAntonio Quartulli2012-06-191-0/+2
| * | | | | sctp: fix warning when compiling without IPv6Daniel Halperin2012-06-191-0/+2
| * | | | | ipv6: Move ipv6 proc file registration to end of init orderThomas Graf2012-06-181-10/+31
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-189-9/+91
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-06-135-4/+12
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | mac80211: stop polling in disassociationDavid Spinadel2012-06-131-2/+2
| | | * | | mac80211: check sdata_running on ieee80211_set_bitrate_maskEliad Peller2012-06-131-0/+3
| | | * | | cfg80211: fix potential deadlock in regulatoryEliad Peller2012-06-131-1/+1
| | | * | | mac80211: add missing kernel-docAshok Nagarajan2012-06-121-0/+3
| | | * | | cfg80211: check iface combinations only when iface is runningMichal Kazior2012-06-091-1/+1
| | | * | | mac80211: add some missing kernel-docJohannes Berg2012-06-091-0/+2
| | * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-06-114-5/+79
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Bluetooth: Add support for encryption key refreshJohan Hedberg2012-06-081-0/+48
| | | * | Bluetooth: Fix SMP security elevation from medium to highJohan Hedberg2012-06-081-3/+6
| | | * | Bluetooth: Fix deadlock and crash when SMP pairing times outJohan Hedberg2012-06-081-1/+6
| | | * | Bluetooth: Fix LE pairing completion on connection failureVishal Agarwal2012-06-081-0/+18
| | | * | Bluetooth: Fix SMP pairing method selectionJohan Hedberg2012-06-081-1/+1
OpenPOWER on IntegriCloud