aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang3-3/+7
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer2-2/+7
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend1-0/+169
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend1-0/+43
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend1-0/+36
2017-08-16net: fixes for skb_send_sockJohn Fastabend2-2/+2
2017-08-16net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend1-0/+2
2017-08-16net: early init support for strparserJohn Fastabend1-6/+4
2017-08-16net: igmp: Use ingress interface rather than vrf deviceDavid Ahern1-1/+9
2017-08-16net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov1-29/+16
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov6-13/+15
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-68/+113
2017-08-15ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal1-1/+6
2017-08-15dsa: fix flow disector null pointerCraig Gallek1-1/+1
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov1-3/+0
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov4-4/+12
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet1-3/+3
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel1-6/+1
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-1/+21
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2-4/+4
2017-08-14dccp: purge write queue in dccp_destroy_sock()Eric Dumazet1-4/+1
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang1-8/+5
2017-08-14af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet1-22/+26
2017-08-14tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca1-7/+7
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy1-0/+1
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy1-1/+1
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal1-1/+2
2017-08-13net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern1-1/+2
2017-08-13net: ipv4: remove unnecessary check on orig_oifDavid Ahern1-1/+1
2017-08-13net: export some generic xdp helpersJason Wang1-6/+8
2017-08-13rtnelink: Move link dump consistency check out of the loopJakub Sitnicki1-4/+2
2017-08-11bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann1-0/+2
2017-08-11openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2-10/+6
2017-08-11net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang1-2/+1
2017-08-11net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern1-0/+6
2017-08-11net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov1-0/+8
2017-08-11net: dsa: ksz: fix skb freeingVivien Didelot1-4/+9
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko5-24/+12
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko1-1/+8
2017-08-11Bluetooth: kfree tmp rather than an alias to itColin Ian King1-1/+1
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long1-178/+170
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long3-671/+706
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long2-18/+26
2017-08-11sctp: remove the typedef sctp_verb_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_arg_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long3-135/+137