aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-24/+24
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+5
2012-03-17netfilter: ctnetlink: fix race between delete and timeout expirationPablo Neira Ayuso1-11/+12
2012-03-16ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li1-1/+0
2012-03-16sch_sfq: revert dont put new flow at the end of flowsEric Dumazet1-1/+5
2012-03-16ipv6: fix icmp6_dst_alloc()Eric Dumazet1-1/+1
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar16-78/+199
2012-03-11tcp: fix syncookie regressionEric Dumazet2-17/+23
2012-03-08route: Remove redirect_genidSteffen Klassert2-10/+2
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2-1/+80
2012-03-08bridge: fix state reporting when port is disabledPaulius Zaleckas1-2/+1
2012-03-08bridge: br_log_state() s/entering/entered/Paulius Zaleckas1-1/+1
2012-03-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller2-12/+35
2012-03-07openvswitch: Fix checksum update for actions on UDP packets.Jesse Gross1-12/+32
2012-03-06openvswitch: Honor dp_ifindex, when specified, for vport lookup by name.Ben Pfaff1-0/+3
2012-03-06IPv6: Fix not join all-router mcast group when forwarding set.Li Wei1-0/+4
2012-03-06netfilter: nf_conntrack: fix early_drop with reliable event deliveryPablo Neira Ayuso1-2/+6
2012-03-06bridge: netfilter: don't call iptables on vlan packets if sysctl is offFlorian Westphal1-14/+18
2012-03-06netfilter: bridge: fix wrong pointer dereferencePablo Neira Ayuso1-1/+1
2012-03-06netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoloadPablo Neira Ayuso1-3/+0
2012-03-06netfilter: ebtables: fix wrong name length while copying to user-spaceSantosh Nayak1-3/+13
2012-03-06tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2012-03-05bridge: check return value of ipv6_dev_get_saddr()Ulrich Weber1-2/+5
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar49-210/+316
2012-03-04rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet1-8/+10
2012-03-04bridge: message age needs to increase, not decrease.Joakim Tjernlund1-1/+1
2012-03-04bridge: Adjust min age inc for HZ > 256Joakim Tjernlund1-2/+2
2012-03-03tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2012-03-01Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller1-8/+2
2012-02-28tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar3-21/+5
2012-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-1/+4
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-128/+220
2012-02-25netfilter: bridge: fix module autoload in compat caseFlorian Westphal1-8/+2
2012-02-24Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2-11/+38
2012-02-24gre: fix spelling in commentsstephen hemminger1-5/+5
2012-02-24netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2-34/+50
2012-02-24Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"Pablo Neira Ayuso1-16/+27
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar6-24/+24
2012-02-23ipsec: be careful of non existing mac headersEric Dumazet4-17/+6
2012-02-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller3-36/+49
2012-02-22netfilter: ip6_route_output() never returns NULL.RongQing.Li1-2/+3
2012-02-22ipv6: ip6_route_output() never returns NULL.RongQing.Li2-3/+6
2012-02-22atm: clip: remove clip_tblEric Dumazet1-4/+6
2012-02-21ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller1-0/+1
2012-02-21rtnetlink: Fix problem with buffer allocationGreg Rose1-21/+57
2012-02-21neighbour: Fixed race condition at tbl->nhtMichel Machado1-0/+2
2012-02-21mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan1-0/+3
2012-02-21mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan1-1/+1
2012-02-21mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim()Paul E. McKenney1-7/+1