aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long1-3/+4
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long1-4/+5
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long3-12/+10
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+19
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn1-4/+9
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn3-7/+10
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal1-0/+6
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal1-1/+6
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal1-4/+12
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal1-2/+2