aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-15net_sched: use tcindex_filter_result_init()WANG Cong1-4/+1
2014-09-15net_sched: fix suspicious RCU usage in tcindex_classify()WANG Cong1-1/+1
2014-09-15net_sched: fix an allocation bug in tcindex_set_parms()WANG Cong1-1/+1
2014-09-15net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong1-1/+1
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck2-17/+9
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck7-31/+53
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet1-15/+2
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet2-4/+3
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet4-13/+17
2014-09-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin1-2/+2
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa1-29/+2
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli2-5/+4
2014-09-13ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong1-0/+3
2014-09-13ipv6: refactor ipv6_dev_mc_inc()WANG Cong1-33/+49
2014-09-13ipv6: update the comment in mcast.cWANG Cong1-7/+5
2014-09-13ipv6: drop some rcu_read_lock in mcastWANG Cong1-13/+4
2014-09-13ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong1-16/+2
2014-09-13ipv6: refactor __ipv6_dev_ac_inc()WANG Cong1-23/+39
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong2-10/+5
2014-09-13ipv6: remove ipv6_sk_ac_lockWANG Cong1-14/+3
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong2-18/+14
2014-09-13net: sched: rcu'ify cls_bpfJohn Fastabend1-47/+47
2014-09-13net: sched: rcu'ify cls_rsvpJohn Fastabend1-70/+90
2014-09-13net: sched: make cls_u32 locklessJohn Fastabend1-73/+110
2014-09-13net: sched: make cls_u32 per cpuJohn Fastabend1-16/+59
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend1-94/+154
2014-09-13net: sched: RCU cls_routeJohn Fastabend1-94/+132
2014-09-13net: sched: fw use RCUJohn Fastabend1-34/+77
2014-09-13net: sched: cls_flow use RCUJohn Fastabend1-61/+84
2014-09-13net: sched: cls_cgroup use RCUJohn Fastabend1-24/+39
2014-09-13net: sched: cls_basic use RCUJohn Fastabend1-35/+45
2014-09-13net: rcu-ify tcf_protoJohn Fastabend16-84/+116
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend4-11/+63
2014-09-12udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood2-2/+2
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck2-11/+9
2014-09-12skb: Add documentation for skb_clone_skAlexander Duyck1-0/+13
2014-09-10tipc: fix sparse warningsErik Hugne1-3/+4
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller36-1069/+1608
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches5-40/+35
2014-09-10iucv: Convert pr_warning to pr_warnJoe Perches1-5/+4
2014-09-10pktgen: Convert pr_warning to pr_warnJoe Perches1-12/+12
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches2-3/+3
2014-09-09sit: Add gro callbacks to sit_offloadTom Herbert1-0/+2
2014-09-09ipip: Add gro callbacks to ipip offloadTom Herbert1-0/+2
2014-09-09ipv6: Clear flush_id to make GRO workTom Herbert1-0/+3
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal2-10/+2
2014-09-09ipv4: udp4_gro_complete() is staticEric Dumazet1-1/+1
2014-09-09netns: remove one sparse warningEric Dumazet1-1/+1
2014-09-09ipv6: udp6_gro_complete() is staticEric Dumazet1-1/+1
2014-09-09ipv4: rcu cleanup in ip_ra_control()Eric Dumazet1-2/+2