aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22tcp: Get a proper dst before checking it.Tonghao Zhang1-5/+4
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-37/+79
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy4-45/+17
2017-08-21net: check type when freeing metadata dstDavid Lamparter1-1/+2
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern3-56/+47
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal9-17/+10
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller14-33/+92
2017-08-20ipv6: repair fib6 tree in failure caseWei Wang1-13/+11
2017-08-18net: style cleanupsstephen hemminger1-32/+36
2017-08-18net: mark receive queue attributes ro_after_initstephen hemminger1-12/+13
2017-08-18net: make queue attributes ro_after_initstephen hemminger1-21/+19
2017-08-18net: make BQL sysfs attributes ro_after_initstephen hemminger1-11/+11
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-26/+11
2017-08-18net: make net sysfs attributes ro_after_initstephen hemminger1-2/+2
2017-08-18net: constify net_ns_type_operationsstephen hemminger1-1/+1
2017-08-18net: make net_class ro_after_initstephen hemminger1-1/+1
2017-08-18net: constify netdev_class_filestephen hemminger1-2/+2
2017-08-18net: don't decrement kobj reference count on init failurestephen hemminger1-12/+10
2017-08-18net: sched: fix NULL pointer dereference when action calls some targetsXin Long1-0/+2
2017-08-18rxrpc: Fix oops when discarding a preallocated service callDavid Howells1-0/+1
2017-08-18irda: do not leak initialized list.dev to userspaceColin Ian King1-1/+1
2017-08-18xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer1-7/+12
2017-08-18net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)1-0/+11
2017-08-18tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell1-2/+1
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu1-2/+9
2017-08-18ipv6: reset fn->rr_ptr when replacing routeWei Wang1-0/+4
2017-08-18sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko1-0/+2
2017-08-18tipc: fix use-after-freeEric Dumazet1-2/+4
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet3-7/+7
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson4-9/+14
2017-08-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller2-1/+13
2017-08-18ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann1-2/+4
2017-08-18net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko1-1/+1
2017-08-17bpf: reuse tc bpf prologue for sk skb progsDaniel Borkmann1-37/+10
2017-08-17bpf: no need to nullify ri->map in xdp_do_redirectDaniel Borkmann1-1/+0
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-08-16tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller1-0/+2
2017-08-16net: sched: cls_flower: fix ndo_setup_tc type for stats callJiri Pirko1-1/+1
2017-08-16dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet1-2/+12
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