| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-02-26 | 28 | -128/+220 |
|\ |
|
| * | Merge branch 'master' of git://1984.lsi.us.es/net | David S. Miller | 2012-02-24 | 2 | -11/+38 |
| |\ |
|
| | * | netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2) | Jozsef Kadlecsik | 2012-02-24 | 2 | -34/+50 |
| | * | Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries" | Pablo Neira Ayuso | 2012-02-24 | 1 | -16/+27 |
| * | | gre: fix spelling in comments | stephen hemminger | 2012-02-24 | 1 | -5/+5 |
| * | | ipsec: be careful of non existing mac headers | Eric Dumazet | 2012-02-23 | 4 | -17/+6 |
| |/ |
|
| * | Merge branch 'nf' of git://1984.lsi.us.es/net | David S. Miller | 2012-02-23 | 3 | -36/+49 |
| |\ |
|
| | * | netfilter: ctnetlink: fix soft lockup when netlink adds new entries | Jozsef Kadlecsik | 2012-02-21 | 1 | -27/+16 |
| | * | netfilter: nf_queue: fix queueing of bridged gro skbs | Florian Westphal | 2012-02-09 | 1 | -8/+32 |
| | * | ipvs: fix matching of fwmark templates during scheduling | Simon Horman | 2012-02-04 | 1 | -1/+1 |
| * | | netfilter: ip6_route_output() never returns NULL. | RongQing.Li | 2012-02-22 | 1 | -2/+3 |
| * | | ipv6: ip6_route_output() never returns NULL. | RongQing.Li | 2012-02-22 | 2 | -3/+6 |
| * | | atm: clip: remove clip_tbl | Eric Dumazet | 2012-02-22 | 1 | -4/+6 |
| * | | ipv4: ping: Fix recvmsg MSG_OOB error handling. | David S. Miller | 2012-02-21 | 1 | -0/+1 |
| * | | rtnetlink: Fix problem with buffer allocation | Greg Rose | 2012-02-21 | 1 | -21/+57 |
| * | | neighbour: Fixed race condition at tbl->nht | Michel Machado | 2012-02-21 | 1 | -0/+2 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-02-20 | 11 | -29/+49 |
| |\ \ |
|
| | * | | mac80211: do not call rate control .tx_status before .rate_init | Felix Fietkau | 2012-02-15 | 1 | -1/+1 |
| | * | | mac80211: call rate control only after init | Johannes Berg | 2012-02-15 | 4 | -3/+6 |
| | * | | Bluetooth: Fix possible use after free in delete path | Ulisses Furquim | 2012-02-15 | 1 | -2/+2 |
| | * | | Bluetooth: Remove usage of __cancel_delayed_work() | Ulisses Furquim | 2012-02-15 | 1 | -3/+3 |
| | * | | Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close | Johan Hedberg | 2012-02-15 | 1 | -1/+2 |
| | * | | Bluetooth: Fix RFCOMM session reference counting issue | Octavian Purdila | 2012-02-15 | 1 | -6/+12 |
| | * | | Bluetooth: silence lockdep warning | Octavian Purdila | 2012-02-15 | 3 | -7/+9 |
| | * | | Bluetooth: l2cap_set_timer needs jiffies as timeout value | Andrzej Kaczmarek | 2012-02-15 | 1 | -4/+8 |
| | * | | Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket | Andrzej Kaczmarek | 2012-02-15 | 1 | -1/+1 |
| | * | | Bluetooth: Remove bogus inline declaration from l2cap_chan_connect | Johan Hedberg | 2012-02-15 | 1 | -1/+1 |
| | * | | Bluetooth: Fix l2cap conn failures for ssp devices | Peter Hurley | 2012-02-15 | 1 | -0/+4 |
| * | | | netem: fix dequeue | Eric Dumazet | 2012-02-20 | 1 | -4/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-02-21 | 1 | -2/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | vfs: fix panic in __d_lookup() with high dentry hashtable counts | Dimitri Sivanich | 2012-02-14 | 1 | -2/+3 |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-02-15 | 1 | -2/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | mac80211: Fix a rwlock bad magic bug | Mohammed Shafi Shajakhan | 2012-02-09 | 1 | -2/+2 |
* | | | | netpoll: netpoll_poll_dev() should access dev->flags | Eric Dumazet | 2012-02-14 | 1 | -1/+1 |
* | | | | RxRPC: Fix kcalloc parameters swapped | Axel Lin | 2012-02-14 | 1 | -2/+2 |
* | | | | tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACK | Neal Cardwell | 2012-02-14 | 1 | -0/+4 |
* | | | | tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one() | Neal Cardwell | 2012-02-13 | 1 | -9/+10 |
* | | | | tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbs | Neal Cardwell | 2012-02-13 | 1 | -14/+22 |
| |/ /
|/| | |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-02-10 | 18 | -59/+59 |
|\ \ \ |
|
| * | | | net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabled | Thomas Graf | 2012-02-10 | 1 | -1/+2 |
| * | | | ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr. | Li Wei | 2012-02-10 | 1 | -1/+1 |
| * | | | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=m | Neil Horman | 2012-02-10 | 1 | -5/+2 |
| * | | | netprio_cgroup: don't allocate prio table when a device is registered | Neil Horman | 2012-02-10 | 1 | -6/+0 |
| * | | | netprio_cgroup: fix an off-by-one bug | Neil Horman | 2012-02-10 | 1 | -1/+1 |
| * | | | net: Make qdisc_skb_cb upper size bound explicit. | David S. Miller | 2012-02-09 | 4 | -9/+5 |
| * | | | gro: more generic L2 header check | Eric Dumazet | 2012-02-09 | 1 | -2/+8 |
| * | | | net: Fix build regression when INET_UDP_DIAG=y and IPV6=m | Anisse Astier | 2012-02-07 | 1 | -1/+1 |
| * | | | tcp_v4_send_reset: binding oif to iif in no sock case | Shawn Lu | 2012-02-05 | 1 | -0/+5 |
| * | | | netprio_cgroup: Fix obo in get_prioidx | Neil Horman | 2012-02-04 | 1 | -3/+4 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-02-03 | 1 | -1/+1 |
| |\| |
| | |/
| |/| |
|