| Commit message (Expand) | Author | Age | Files | Lines |
* | nfs: skip commit in releasepage if we're freeing memory for fs-related reasons | Jeff Layton | 2012-07-30 | 3 | -1/+14 |
* | sunrpc: clarify comments on rpc_make_runnable | Jeff Layton | 2012-07-30 | 1 | -2/+3 |
* | sunrpc: clnt: Add missing braces | Joe Perches | 2012-07-30 | 1 | -1/+2 |
* | SUNRPC: Add a missing spin_unlock to gss_mech_list_pseudoflavors | Trond Myklebust | 2012-07-17 | 1 | -1/+3 |
* | SUNRPC: Add rpcauth_list_flavors() | Chuck Lever | 2012-07-16 | 3 | -4/+69 |
* | Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6 | Trond Myklebust | 2012-07-16 | 51 | -147/+281 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-07-03 | 17 | -56/+80 |
| |\ |
|
| | * | sctp: be more restrictive in transport selection on bundled sacks | Neil Horman | 2012-06-30 | 8 | -4/+33 |
| | * | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 2012-06-29 | 4 | -36/+26 |
| | |\ |
|
| | | * | netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msg | Tomasz Bursztyka | 2012-06-29 | 1 | -1/+3 |
| | | * | netfilter: ipset: fix crash if IPSET_CMD_NONE command is sent | Tomasz Bursztyka | 2012-06-29 | 1 | -0/+12 |
| | | * | netfilter: ipvs: fix dst leak in __ip_vs_addr_is_local_v6 | Eric Dumazet | 2012-06-25 | 1 | -7/+7 |
| | | * | netfilter: ipset: fix interface comparision in hash-netiface sets | Florian Westphal | 2012-06-25 | 1 | -28/+4 |
| | * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2012-06-28 | 4 | -14/+19 |
| | |\ \ |
|
| | | * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-06-28 | 4 | -14/+19 |
| | | |\ \ |
|
| | | | * | | mac80211: correct behaviour on unrecognised action frames | Johannes Berg | 2012-06-27 | 1 | -1/+4 |
| | | | * | | NFC: Return from rawsock_release when sk is NULL | Eric Dumazet | 2012-06-26 | 1 | -1/+4 |
| | | | * | | NFC: Prevent multiple buffer overflows in NCI | Dan Rosenberg | 2012-06-25 | 1 | -5/+5 |
| | | | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-06-22 | 1 | -7/+6 |
| | | | |\ \ |
|
| | | | | * | | mac80211: clear ifmgd->bssid only after building DELBA | Eliad Peller | 2012-06-21 | 1 | -7/+6 |
| | * | | | | | net: Downgrade CAP_SYS_MODULE deprecated message from error to warning. | Vinson Lee | 2012-06-28 | 1 | -2/+2 |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-07-03 | 1 | -0/+1 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | splice: fix racy pipe->buffers uses | Eric Dumazet | 2012-06-13 | 1 | -0/+1 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-06-28 | 34 | -91/+200 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | * | | | | | 9p: fix min_t() casting in p9pdu_vwritef() | Dan Carpenter | 2012-06-27 | 1 | -1/+1 |
| | * | | | | | bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) | stephen hemminger | 2012-06-26 | 3 | -1/+3 |
| | * | | | | | net: l2tp_eth: use LLTX to avoid LOCKDEP splats | Eric Dumazet | 2012-06-26 | 1 | -11/+32 |
| | * | | | | | mac802154: add missed braces | alex.bluesman.smirnov@gmail.com | 2012-06-25 | 1 | -1/+2 |
| | * | | | | | net: l2tp_eth: fix l2tp_eth_dev_xmit race | Eric Dumazet | 2012-06-25 | 1 | -3/+3 |
| | * | | | | | caif: Clear shutdown mask to zero at reconnect. | Sjur Brændeland | 2012-06-25 | 1 | -0/+1 |
| | * | | | | | tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request() | Neal Cardwell | 2012-06-25 | 1 | -1/+2 |
| | * | | | | | ipv6: fib: fix fib dump restart | Eric Dumazet | 2012-06-25 | 1 | -2/+2 |
| | | |_|_|/
| | |/| | | |
|
| | * | | | | batman-adv: fix race condition in TT full-table replacement | Antonio Quartulli | 2012-06-23 | 1 | -2/+2 |
| | * | | | | batman-adv: only drop packets of known wifi clients | Marek Lindner | 2012-06-23 | 1 | -4/+4 |
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-06-22 | 2 | -7/+9 |
| | |\ \ \ \
| | | | |/ /
| | | |/| | |
|
| | | * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-06-19 | 2 | -7/+9 |
| | | |\ \ \ |
|
| | | | * | | | Bluetooth: Fix sending HCI_Disconnect only when connected | Vishal Agarwal | 2012-06-14 | 1 | -1/+1 |
| | | | * | | | Bluetooth: Fix using uninitialized option in RFCMode | Szymon Janc | 2012-06-11 | 1 | -6/+8 |
| | * | | | | | batman-adv: fix skb->data assignment | Antonio Quartulli | 2012-06-19 | 1 | -0/+2 |
| | * | | | | | sctp: fix warning when compiling without IPv6 | Daniel Halperin | 2012-06-19 | 1 | -0/+2 |
| | * | | | | | ipv6: Move ipv6 proc file registration to end of init order | Thomas Graf | 2012-06-18 | 1 | -10/+31 |
| | * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-06-18 | 9 | -9/+91 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-06-13 | 5 | -4/+12 |
| | | |\ \ \ \
| | | | | |_|/
| | | | |/| | |
|
| | | | * | | | mac80211: stop polling in disassociation | David Spinadel | 2012-06-13 | 1 | -2/+2 |
| | | | * | | | mac80211: check sdata_running on ieee80211_set_bitrate_mask | Eliad Peller | 2012-06-13 | 1 | -0/+3 |
| | | | * | | | cfg80211: fix potential deadlock in regulatory | Eliad Peller | 2012-06-13 | 1 | -1/+1 |
| | | | * | | | mac80211: add missing kernel-doc | Ashok Nagarajan | 2012-06-12 | 1 | -0/+3 |
| | | | * | | | cfg80211: check iface combinations only when iface is running | Michal Kazior | 2012-06-09 | 1 | -1/+1 |
| | | | * | | | mac80211: add some missing kernel-doc | Johannes Berg | 2012-06-09 | 1 | -0/+2 |
| | | * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-06-11 | 4 | -5/+79 |
| | | |\ \ \ \
| | | | |/ / /
| | | |/| / /
| | | | |/ / |
|