summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-281-1/+1
| * bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger2012-06-273-1/+3
| * net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet2012-06-271-11/+32
| * mac802154: add missed bracesalex.bluesman.smirnov@gmail.com2012-06-261-1/+2
| * net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet2012-06-261-3/+3
| * caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland2012-06-261-0/+1
| * tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell2012-06-261-1/+2
| * ipv6: fib: fix fib dump restartEric Dumazet2012-06-261-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-121-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-191-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-091-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
| * | | net: remove my future former mail addressRĂ©mi Denis-Courmont2012-06-189-15/+14Star
| * | | Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2012-06-162-22/+12Star
| * | | ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2012-06-162-12/+22
| * | | net: remove skb_orphan_try()Eric Dumazet2012-06-163-26/+1Star
* | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-06-261-1/+1
|\ \ \ \
| * | | | HID: Fix the generic Kconfig optionsHenrik Rydberg2012-06-251-1/+1
* | | | | libceph: flush msgr queue during mon_client shutdownSage Weil2012-06-202-7/+8
* | | | | rbd: Clear ceph_msg->bio_iter for retransmitted messageYan, Zheng2012-06-201-0/+4
* | | | | libceph: use con get/put ops from osd_clientSage Weil2012-06-201-4/+4
* | | | | libceph: osd_client: don't drop reply reference too earlyAlex Elder2012-06-201-2/+2
* | | | | Merge branch 'v9fs-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/er...Linus Torvalds2012-06-181-1/+1
|\ \ \ \ \
| * | | | | 9p: BUG before corrupting memorySasha Levin2012-06-111-1/+1
* | | | | | Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-06-162-7/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointerJeff Layton2012-06-111-6/+6
| * | | | | NFSv4.1: Fix a request leak on the back channelTrond Myklebust2012-05-311-1/+2
* | | | | | netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-06-141-5/+6
* | | | | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-06-132-34/+43
|\ \ \ \ \ \
| * | | | | | netfilter: nf_ct_h323: fix bug in rtcp nattingPablo Neira Ayuso2012-06-071-3/+2Star