aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli1-1/+8
2014-09-19net: add alloc_skb_with_frags() helperEric Dumazet2-63/+93
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet1-9/+4
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou1-14/+10
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou2-1/+94
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou3-64/+85
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu3-6/+1
2014-09-16net: sched: cls_cgroup need tcf_exts_init in all casesJohn Fastabend1-4/+3
2014-09-16Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitchDavid S. Miller10-126/+402
2014-09-16net: rfkill: gpio: Enable module auto-loading for ACPI based switchesMarcel Holtmann1-0/+1
2014-09-16net: sched: cls_fw: add missing tcf_exts_init call in fw_change()John Fastabend1-0/+2
2014-09-16net: sched: cls_cgroup fix possible memory leak of 'new'John Fastabend1-4/+9
2014-09-16net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend1-3/+4
2014-09-16net: sched: fix unsued cpu variableJohn Fastabend1-3/+4
2014-09-16net_sched: fix a null pointer dereference in tcindex_set_parms()WANG Cong1-1/+1
2014-09-16net_sched: fix memory leak in cls_tcindexWANG Cong1-7/+10
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-8/+24
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert3-6/+22
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou6-12/+262
2014-09-15openvswitch: simplify sample action implementationAndy Zhou1-24/+18
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar8-47/+50
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar7-41/+71
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar3-17/+16
2014-09-15net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli1-1/+1
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-15bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich1-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-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville5-55/+75
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville43-357/+945
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-15net: fix creation adjacent device symlinksAlexander Y. Fomichev1-7/+11
2014-09-13net: bpf: correctly handle errors in sk_attach_filter()Sasha Levin1-2/+2
2014-09-13bridge: Allow clearing of pvid and untagged bitmapVlad Yasevich1-0/+4
2014-09-13bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2-4/+13
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