| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-01-18 | 29 | -100/+123 |
|\ |
|
| * | openvswitch: Fix multipart datapath dumps. | Ben Pfaff | 2012-01-18 | 1 | -4/+3 |
| * | ipv6: fix per device IP snmp counters | Eric Dumazet | 2012-01-18 | 1 | -2/+2 |
| * | inetpeer: initialize ->redirect_genid in inet_getpeer() | Dan Carpenter | 2012-01-17 | 1 | -0/+1 |
| * | net: fix NULL-deref in WARN() in skb_gso_segment() | Michał Mirosław | 2012-01-17 | 1 | -2/+3 |
| * | net: WARN if skb_checksum_help() is called on skb requiring segmentation | Ben Hutchings | 2012-01-17 | 1 | -12/+19 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2012-01-17 | 6 | -12/+28 |
| |\ |
|
| | * | mac80211: Fix possible race between sta_unblock and network softirq | Helmut Schaa | 2012-01-17 | 1 | -2/+4 |
| | * | mac80211: fix tx->skb NULL pointer dereference | Yoni Divinsky | 2012-01-16 | 3 | -9/+22 |
| | * | Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding() | Jesper Juhl | 2012-01-16 | 1 | -0/+1 |
| | * | mac80211: fix no-op authorized transitions | Johannes Berg | 2012-01-13 | 1 | -1/+1 |
| * | | caif: Remove bad WARN_ON in caif_dev | sjur.brandeland@stericsson.com | 2012-01-17 | 1 | -7/+9 |
| * | | caif: Fix typo in Vendor/Product-ID for CAIF modems | sjur.brandeland@stericsson.com | 2012-01-17 | 1 | -1/+1 |
| * | | net: fix some sparse errors | Eric Dumazet | 2012-01-17 | 5 | -20/+21 |
| * | | net: kill duplicate included header | Shan Wei | 2012-01-17 | 3 | -3/+0 |
| * | | net: Use device model to get driver name in skb_gso_segment() | Ben Hutchings | 2012-01-17 | 1 | -4/+4 |
| * | | bridge: BH already disabled in br_fdb_cleanup() | Eric Dumazet | 2012-01-17 | 1 | -2/+2 |
| * | | net: remove version.h includes in net/openvswitch/ | Devendra Naga | 2012-01-17 | 4 | -4/+0 |
| * | | bql: Fix inconsistency between file mode and attr method. | Hiroaki SHIMODA | 2012-01-17 | 1 | -1/+1 |
| * | | netfilter: ipset: dumping error triggered removing references twice | Jozsef Kadlecsik | 2012-01-17 | 1 | -0/+1 |
| * | | netfilter: ipset: autoload set type modules safely | Jozsef Kadlecsik | 2012-01-17 | 1 | -10/+26 |
| * | | netfilter: revert user-space expectation helper support | Pablo Neira Ayuso | 2012-01-16 | 3 | -21/+3 |
| * | | netfilter: xt_hashlimit: fix unused variable warning if IPv6 disabled | Stephen Rothwell | 2012-01-16 | 1 | -1/+4 |
| * | | ipv6: release idev when ip6_neigh_lookup failed in icmp6_dst_alloc | RongQing.Li | 2012-01-13 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-15 | 7 | -7/+7 |
|\ \ |
|
| * | | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 2012-01-06 | 7 | -7/+7 |
* | | | Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2012-01-14 | 5 | -35/+64 |
|\ \ \ |
|
| * | | | svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdown | J. Bruce Fields | 2012-01-05 | 1 | -1/+0 |
| * | | | svcrpc: fix double-free on shutdown of nfsd after changing pool mode | J. Bruce Fields | 2012-01-05 | 1 | -0/+3 |
| * | | | NFSd: use network-namespace-aware cache registering routines | Stanislav Kinsbursky | 2011-12-07 | 1 | -0/+2 |
| * | | | SUNRPC: create svc_xprt in proper network namespace | Stanislav Kinsbursky | 2011-12-06 | 3 | -7/+9 |
| * | | | svcrpc: update outdated BKL comment | J. Bruce Fields | 2011-12-06 | 1 | -2/+2 |
| * | | | svcrpc: avoid memory-corruption on pool shutdown | J. Bruce Fields | 2011-12-06 | 2 | -20/+38 |
| * | | | svcrpc: destroy server sockets all at once | J. Bruce Fields | 2011-12-06 | 2 | -7/+11 |
| * | | | svcrpc: make svc_delete_xprt static | J. Bruce Fields | 2011-12-06 | 1 | -1/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-01-13 | 3 | -20/+15 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | libceph: remove useless return value for osd_client __send_request() | Sage Weil | 2012-01-10 | 1 | -15/+6 |
| * | | | crush: fix force for non-root TAKE | Sage Weil | 2012-01-10 | 1 | -3/+8 |
| * | | | ceph: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 2012-01-10 | 1 | -2/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-01-13 | 50 | -182/+311 |
|\ \ \ \ |
|
| * | | | | RDS: Remove some unused iWARP code | Roland Dreier | 2012-01-13 | 1 | -14/+1 |
| * | | | | net_sched: sfq: add optional RED on top of SFQ | Eric Dumazet | 2012-01-13 | 1 | -16/+130 |
| * | | | | net: decrement memcg jump label when limit, not usage, is changed | Glauber Costa | 2012-01-12 | 1 | -1/+1 |
| * | | | | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 2012-01-12 | 32 | -63/+61 |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2012-01-12 | 11 | -56/+86 |
| |\ \ \ \ |
|
| | * | | | | mac80211: fix rx->key NULL pointer dereference in promiscuous mode | Stanislaw Gruszka | 2012-01-11 | 1 | -1/+1 |
| | * | | | | nl80211: fix old station flags compatibility | Johannes Berg | 2012-01-11 | 1 | -4/+30 |
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2012-01-10 | 9 | -51/+55 |
| | |\ \ \ \ |
|
| | | * | | | | Bluetooth: Correct packet len calculation | Andrei Emeltchenko | 2012-01-03 | 1 | -5/+4 |
| | | * | | | | Bluetooth: Keep chan->state and sk->sk_state in sync | Gustavo F. Padovan | 2012-01-03 | 1 | -0/+2 |