| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2011-06-21 | 3 | -3/+7 |
|\ |
|
| * | SUNRPC: Ensure the RPC client only quits on fatal signals | Trond Myklebust | 2011-06-17 | 2 | -3/+3 |
| * | NLM: Don't hang forever on NLM unlock requests | Trond Myklebust | 2011-06-15 | 2 | -0/+4 |
* | | Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-06-20 | 1 | -1/+2 |
|\ \ |
|
| * | | nfsd: fix dependency of nfsd on auth_rpcgss | J. Bruce Fields | 2011-06-06 | 1 | -1/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-06-20 | 24 | -37/+66 |
|\ \ \ |
|
| * | | | ipv4, ping: Remove duplicate icmp.h include | Jesper Juhl | 2011-06-20 | 1 | -1/+0 |
| * | | | netpoll: copy dev name of slaves to struct netpoll | WANG Cong | 2011-06-19 | 1 | -0/+1 |
| * | | | ipv4: fix multicast losses | Eric Dumazet | 2011-06-18 | 1 | -3/+1 |
| * | | | inet_diag: fix inet_diag_bc_audit() | Eric Dumazet | 2011-06-17 | 1 | -8/+6 |
| * | | | net: rfs: enable RFS before first data packet is received | Eric Dumazet | 2011-06-17 | 3 | -0/+3 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-06-17 | 4 | -9/+24 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/... | John W. Linville | 2011-06-10 | 4 | -9/+24 |
| | |\ \ \ |
|
| | | * | | | Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices | Ville Tervo | 2011-06-10 | 1 | -8/+10 |
| | | * | | | Bluetooth: fix shutdown on SCO sockets | Luiz Augusto von Dentz | 2011-06-10 | 1 | -1/+12 |
| | | * | | | Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. | Filip Palian | 2011-06-09 | 2 | -0/+2 |
| * | | | | | vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support | Antoine Reversat | 2011-06-17 | 1 | -1/+1 |
| * | | | | | caif: Bugfix - XOFF removed channel from caif-mux | sjur.brandeland@stericsson.com | 2011-06-16 | 1 | -1/+1 |
| * | | | | | IGMP snooping: set mrouters_only flag for IPv6 traffic properly | Fernando Luis Vázquez Cao | 2011-06-16 | 1 | -1/+1 |
| * | | | | | IGMP snooping: set mrouters_only flag for IPv4 traffic properly | Fernando Luis Vázquez Cao | 2011-06-16 | 1 | -1/+1 |
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-06-16 | 9 | -11/+25 |
| |\ \ \ \ \ |
|
| | * | | | | | netfilter: nf_nat: avoid double seq_adjust for loopback | Julian Anastasov | 2011-06-16 | 1 | -1/+3 |
| | * | | | | | netfilter: fix looped (broad|multi)cast's MAC handling | Nicolas Cavallari | 2011-06-16 | 4 | -4/+8 |
| | * | | | | | netfilter: ipt_ecn: fix inversion for IP header ECN match | Patrick McHardy | 2011-06-16 | 1 | -1/+2 |
| | * | | | | | netfilter: ipt_ecn: fix protocol check in ecn_mt_check() | Patrick McHardy | 2011-06-16 | 1 | -3/+1 |
| | * | | | | | netfilter: ip_tables: fix compile with debug | Sebastian Andrzej Siewior | 2011-06-16 | 1 | -1/+1 |
| | * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/... | Patrick McHardy | 2011-06-16 | 2 | -1/+10 |
| | |\ \ \ \ \ |
|
| | | * | | | | | IPVS netns exit causes crash in conntrack | Hans Schillstrom | 2011-06-13 | 2 | -1/+10 |
| * | | | | | | | ieee802154: Don't leak memory in ieee802154_nl_fill_phy | Jesper Juhl | 2011-06-13 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-06-16 | 2 | -16/+19 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Delay struct net freeing while there's a sysfs instance refering to it | Al Viro | 2011-06-12 | 2 | -16/+19 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2011-06-13 | 1 | -5/+10 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | ceph: fix sync vs canceled write | Sage Weil | 2011-06-07 | 1 | -5/+10 |
* | | | | | | | | netpoll: call dev_put() on error in netpoll_setup() | Dan Carpenter | 2011-06-11 | 1 | -1/+2 |
* | | | | | | | | vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check | Jiri Pirko | 2011-06-11 | 2 | -28/+34 |
* | | | | | | | | ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_data | Steffen Klassert | 2011-06-09 | 1 | -3/+3 |
* | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-06-09 | 6 | -36/+16 |
|\ \ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|
| * | | | | | | | mac80211: fix IBSS teardown race | Johannes Berg | 2011-06-08 | 1 | -2/+4 |
| * | | | | | | | nl80211: fix overflow in ssid_len | Luciano Coelho | 2011-06-07 | 1 | -5/+4 |
| * | | | | | | | Revert "mac80211: stop queues before rate control updation" | John W. Linville | 2011-06-07 | 1 | -6/+0 |
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | Revert "mac80211: Skip tailroom reservation for full HW-crypto devices" | John W. Linville | 2011-06-06 | 3 | -23/+8 |
* | | | | | | | netpoll: prevent netpoll setup on slave devices | WANG Cong | 2011-06-09 | 1 | -0/+6 |
* | | | | | | | net: pmtu_expires fixes | Eric Dumazet | 2011-06-09 | 1 | -34/+44 |
* | | | | | | | xfrm: Fix off by one in the replay advance functions | Steffen Klassert | 2011-06-07 | 1 | -2/+2 |
| |_|_|/ / /
|/| | | | | |
|
* | | | | | | net: cpu offline cause napi stall | Heiko Carstens | 2011-06-07 | 1 | -0/+5 |
* | | | | | | bridge: provide a cow_metrics method for fake_ops | Alexander Holler | 2011-06-07 | 1 | -0/+6 |
* | | | | | | af_packet: prevent information leak | Eric Dumazet | 2011-06-06 | 1 | -0/+2 |
* | | | | | | irda: iriap: Use seperate lockdep class for irias_objects->hb_spinlock | David S. Miller | 2011-06-06 | 1 | -0/+5 |
* | | | | | | net: Rework netdev_drivername() to avoid warning. | David S. Miller | 2011-06-06 | 2 | -13/+6 |
* | | | | | | net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrs | Marcus Meissner | 2011-06-06 | 1 | -0/+4 |