summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet
2014-09-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli
2014-09-13ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong
2014-09-13ipv6: refactor ipv6_dev_mc_inc()WANG Cong
2014-09-13ipv6: update the comment in mcast.cWANG Cong
2014-09-13ipv6: drop some rcu_read_lock in mcastWANG Cong
2014-09-13ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong
2014-09-13ipv6: refactor __ipv6_dev_ac_inc()WANG Cong
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong
2014-09-13ipv6: remove ipv6_sk_ac_lockWANG Cong
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong
2014-09-13net: sched: rcu'ify cls_bpfJohn Fastabend
2014-09-13net: sched: rcu'ify cls_rsvpJohn Fastabend
2014-09-13net: sched: make cls_u32 locklessJohn Fastabend
2014-09-13net: sched: make cls_u32 per cpuJohn Fastabend
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend
2014-09-13net: sched: RCU cls_routeJohn Fastabend
2014-09-13net: sched: fw use RCUJohn Fastabend
2014-09-13net: sched: cls_flow use RCUJohn Fastabend
2014-09-13net: sched: cls_cgroup use RCUJohn Fastabend
2014-09-13net: sched: cls_basic use RCUJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend
2014-09-12udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck
2014-09-12skb: Add documentation for skb_clone_skAlexander Duyck
2014-09-10tipc: fix sparse warningsErik Hugne
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches
2014-09-10iucv: Convert pr_warning to pr_warnJoe Perches
2014-09-10pktgen: Convert pr_warning to pr_warnJoe Perches
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches
2014-09-10sit: Add gro callbacks to sit_offloadTom Herbert
2014-09-10ipip: Add gro callbacks to ipip offloadTom Herbert
2014-09-10ipv6: Clear flush_id to make GRO workTom Herbert
2014-09-10net: use kfree_skb_list() helper in more placesFlorian Westphal
2014-09-10ipv4: udp4_gro_complete() is staticEric Dumazet
2014-09-10netns: remove one sparse warningEric Dumazet
2014-09-10ipv6: udp6_gro_complete() is staticEric Dumazet
2014-09-10ipv4: rcu cleanup in ip_ra_control()Eric Dumazet
2014-09-10ipv6: mcast: remove dead debugging definesDaniel Borkmann
2014-09-10net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn
2014-09-10net_sched: sfq: remove unused macroFlorian Westphal
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-09tcp: remove dst refcount false sharing for prequeue modeEric Dumazet
2014-09-09openvswitch: change the data type of error status to atomic_long_tLi RongQing