summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-08-17bpf: reuse tc bpf prologue for sk skb progsDaniel Borkmann
2017-08-17bpf: no need to nullify ri->map in xdp_do_redirectDaniel Borkmann
2017-08-16tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller
2017-08-16net: sched: cls_flower: fix ndo_setup_tc type for stats callJiri Pirko
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend
2017-08-16net: fixes for skb_send_sockJohn Fastabend
2017-08-16net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend
2017-08-16net: early init support for strparserJohn Fastabend
2017-08-16net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal
2017-08-15ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal
2017-08-15ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal
2017-08-15dsa: fix flow disector null pointerCraig Gallek
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet
2017-08-14dccp: purge write queue in dccp_destroy_sock()Eric Dumazet
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang
2017-08-14af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet
2017-08-14tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal
2017-08-13net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern
2017-08-13net: ipv4: remove unnecessary check on orig_oifDavid Ahern
2017-08-13net: export some generic xdp helpersJason Wang
2017-08-13rtnelink: Move link dump consistency check out of the loopJakub Sitnicki
2017-08-11bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann
2017-08-11openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches
2017-08-11net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang
2017-08-11net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern
2017-08-11net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov
2017-08-11net: dsa: ksz: fix skb freeingVivien Didelot
2017-08-11net: sched: remove cops->tcf_cl_offloadJiri Pirko
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long
2017-08-11sctp: remove the typedef sctp_verb_tXin Long
2017-08-11sctp: remove the typedef sctp_arg_tXin Long