| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: ctnetlink: fix race between delete and timeout expiration | Pablo Neira Ayuso | 2012-03-17 | 1 | -11/+12 |
* | ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu. | RongQing.Li | 2012-03-17 | 1 | -1/+0 |
* | sch_sfq: revert dont put new flow at the end of flows | Eric Dumazet | 2012-03-16 | 1 | -1/+5 |
* | ipv6: fix icmp6_dst_alloc() | Eric Dumazet | 2012-03-16 | 1 | -1/+1 |
* | tcp: fix syncookie regression | Eric Dumazet | 2012-03-11 | 2 | -17/+23 |
* | route: Remove redirect_genid | Steffen Klassert | 2012-03-08 | 2 | -10/+2 |
* | inetpeer: Invalidate the inetpeer tree along with the routing cache | Steffen Klassert | 2012-03-08 | 2 | -1/+80 |
* | bridge: fix state reporting when port is disabled | Paulius Zaleckas | 2012-03-08 | 1 | -2/+1 |
* | bridge: br_log_state() s/entering/entered/ | Paulius Zaleckas | 2012-03-08 | 1 | -1/+1 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o... | David S. Miller | 2012-03-08 | 2 | -12/+35 |
|\ |
|
| * | openvswitch: Fix checksum update for actions on UDP packets. | Jesse Gross | 2012-03-07 | 1 | -12/+32 |
| * | openvswitch: Honor dp_ifindex, when specified, for vport lookup by name. | Ben Pfaff | 2012-03-07 | 1 | -0/+3 |
* | | IPv6: Fix not join all-router mcast group when forwarding set. | Li Wei | 2012-03-06 | 1 | -0/+4 |
* | | netfilter: nf_conntrack: fix early_drop with reliable event delivery | Pablo Neira Ayuso | 2012-03-06 | 1 | -2/+6 |
* | | bridge: netfilter: don't call iptables on vlan packets if sysctl is off | Florian Westphal | 2012-03-06 | 1 | -14/+18 |
* | | netfilter: bridge: fix wrong pointer dereference | Pablo Neira Ayuso | 2012-03-06 | 1 | -1/+1 |
* | | netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoload | Pablo Neira Ayuso | 2012-03-06 | 1 | -3/+0 |
* | | netfilter: ebtables: fix wrong name length while copying to user-space | Santosh Nayak | 2012-03-06 | 1 | -3/+13 |
* | | tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_una | Neal Cardwell | 2012-03-06 | 1 | -0/+4 |
* | | bridge: check return value of ipv6_dev_get_saddr() | Ulrich Weber | 2012-03-05 | 1 | -2/+5 |
* | | rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo() | Eric Dumazet | 2012-03-05 | 1 | -8/+10 |
* | | bridge: message age needs to increase, not decrease. | Joakim Tjernlund | 2012-03-05 | 1 | -1/+1 |
* | | bridge: Adjust min age inc for HZ > 256 | Joakim Tjernlund | 2012-03-05 | 1 | -2/+2 |
* | | tcp: don't fragment SACKed skbs in tcp_mark_head_lost() | Neal Cardwell | 2012-03-03 | 1 | -0/+1 |
* | | Merge branch 'master' of git://1984.lsi.us.es/net | David S. Miller | 2012-03-01 | 1 | -8/+2 |
|\ \ |
|
| * | | netfilter: bridge: fix module autoload in compat case | Florian Westphal | 2012-02-25 | 1 | -8/+2 |
* | | | tcp: fix false reordering signal in tcp_shifted_skb | Neal Cardwell | 2012-02-28 | 1 | -8/+10 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-02-27 | 2 | -1/+4 |
|\ \ \ |
|
| * | | | mac80211: Fix a warning on changing to monitor mode from STA | Mohammed Shafi Shajakhan | 2012-02-21 | 1 | -0/+3 |
| * | | | mac80211: zero initialize count field in ieee80211_tx_rate | Mohammed Shafi Shajakhan | 2012-02-21 | 1 | -1/+1 |
* | | | | 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 |