aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+20
2016-09-10net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+1
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-81/+48
2016-09-09bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann1-6/+31
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann1-8/+7
2016-09-09bpf: minor cleanups in helpersDaniel Borkmann1-4/+3
2016-09-09rtnetlink: remove unused ifla_stats_policystephen hemminger1-4/+0
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-0/+19
2016-09-04bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-09-04netns: avoid disabling irq for netns idWANG Cong1-20/+15
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong1-1/+1
2016-09-01rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possiblyGao Feng1-2/+4
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-40/+65
2016-09-01netns: make nla_policy conststephen hemminger1-1/+1
2016-09-01drop_monitor: make genl_multicast_group conststephen hemminger1-1/+1
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu1-0/+35
2016-08-30net: batch calls to flush_all_backlogs()Eric Dumazet1-20/+12
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-10/+0
2016-08-26net: flush the softnet backlog in process contextPaolo Abeni1-22/+50
2016-08-23net: remove clear_sk() methodEric Dumazet1-6/+2
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet1-18/+0
2016-08-23net: rtnetlink: Don't export empty RTAX_FEATURESPhil Sutter1-0/+2
2016-08-18bpf: get rid of cgroup helper related ifdefsDaniel Borkmann1-5/+1
2016-08-18bpf: enable event output helper also for xdp typesDaniel Borkmann1-1/+41
2016-08-18bpf: add bpf_skb_change_tail helperDaniel Borkmann1-3/+97
2016-08-18bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann1-2/+2
2016-08-18flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion1-9/+16
2016-08-18flow_dissector: For stripped vlan, get vlan info from skb->vlan_tciHadar Hen Zion1-8/+26
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-64/+26
2016-08-14netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov1-4/+17
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-7/+3
2016-08-13bpf: fix write helpers with regards to non-linear partsDaniel Borkmann1-52/+18
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann1-5/+5
2016-08-10rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng1-34/+79
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina1-0/+3
2016-08-08neigh: allow admin to set NUD_STALEJulian Anastasov1-1/+2
2016-08-08bpf: fix checksum for vlan push/pop helperDaniel Borkmann1-0/+12
2016-08-08bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann1-2/+2
2016-08-08bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann1-3/+10
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-1/+1
2016-07-26net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_update()He Chunhui1-6/+1
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann1-2/+2
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+13
2016-07-20rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco1-0/+4
2016-07-19rtnl: add option for setting link xdp progBrenden Blanco1-0/+64
2016-07-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco1-0/+33
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco1-0/+79
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann1-1/+42
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn1-3/+4
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn1-5/+5