summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-147-7/+7
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-057-7/+7
* | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-145-35/+64
|\ \
| * | svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdownJ. Bruce Fields2012-01-051-1/+0
| * | svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields2012-01-051-0/+3
| * | NFSd: use network-namespace-aware cache registering routinesStanislav Kinsbursky2011-12-071-0/+2
| * | SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-063-7/+9
| * | svcrpc: update outdated BKL commentJ. Bruce Fields2011-12-061-2/+2
| * | svcrpc: avoid memory-corruption on pool shutdownJ. Bruce Fields2011-12-062-20/+38
| * | svcrpc: destroy server sockets all at onceJ. Bruce Fields2011-12-062-7/+11
| * | svcrpc: make svc_delete_xprt staticJ. Bruce Fields2011-12-061-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-133-20/+15
|\ \ \
| * | | libceph: remove useless return value for osd_client __send_request()Sage Weil2012-01-101-15/+6
| * | | crush: fix force for non-root TAKESage Weil2012-01-101-3/+8
| * | | ceph: Use kmemdup rather than duplicating its implementationThomas Meyer2012-01-101-2/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-1250-182/+311
|\ \ \ \
| * | | | RDS: Remove some unused iWARP codeRoland Dreier2012-01-121-14/+1
| * | | | net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-121-16/+130
| * | | | net: decrement memcg jump label when limit, not usage, is changedGlauber Costa2012-01-121-1/+1
| * | | | net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-1232-63/+61
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-1211-56/+86
| |\ \ \ \
| | * | | | mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka2012-01-111-1/+1
| | * | | | nl80211: fix old station flags compatibilityJohannes Berg2012-01-111-4/+30
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-109-51/+55
| | |\ \ \ \
| | | * | | | Bluetooth: Correct packet len calculationAndrei Emeltchenko2012-01-031-5/+4
| | | * | | | Bluetooth: Keep chan->state and sk->sk_state in syncGustavo F. Padovan2012-01-031-0/+2
| | | * | | | Bluetooth: Don't use *_bh locks anymoreGustavo F. Padovan2012-01-031-12/+12
| | | * | | | Bluetooth: Fix mgmt_stop_discovery_failed()Andre Guedes2012-01-031-1/+1
| | | * | | | Bluetooth: Queue adv_work on system workqueueAndre Guedes2012-01-021-2/+1
| | | * | | | Bluetooth: Fix adv_work delayAndre Guedes2012-01-021-2/+1
| | | * | | | Bluetooth: Fix hci_cc_read_local_ext_features()Andre Guedes2012-01-021-1/+8
| | | * | | | Bluetooth: Rename extfeaturesAndre Guedes2012-01-022-2/+2
| | | * | | | Bluetooth: Remove *_bh from socket list lock.Gustavo F. Padovan2012-01-021-4/+4
| | | * | | | Bluetooth: Remove local_bh_disable() from hci_sock.cGustavo F. Padovan2012-01-021-2/+0
| | | * | | | Bluetooth: Remove *_bh locks from SCOGustavo F. Padovan2012-01-021-4/+4
| | | * | | | Bluetooth: Fix context in RFCOMM ttyGustavo F. Padovan2012-01-021-11/+11
| | | * | | | Bluetooth: Fix context in rfcomm_sock_lockGustavo F. Padovan2012-01-021-6/+6
| | | * | | | Bluetooth: Fix bacpy in l2cap_core.cGustavo F. Padovan2012-01-021-1/+1
| * | | | | | inet_diag: Rename inet_diag_req_compat into inet_diag_reqPavel Emelyanov2012-01-111-4/+4
| * | | | | | inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov2012-01-114-28/+28
* | | | | | | virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-121-2/+4
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2012-01-108-216/+248
|\ \ \ \ \ \ \
| * | | | | | | 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-058-216/+248
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-103-20/+29
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-051-1/+2
| * | | | | | SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust2012-01-052-19/+27
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-096-12/+27
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings2012-01-091-0/+2
| * | | | | net: Fix build with INET disabled.David S. Miller2012-01-091-0/+1
| * | | | | net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko2012-01-091-6/+6
OpenPOWER on IntegriCloud