aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-01ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long1-2/+3
2017-10-01ip6_gre: ip6gre_tap device should keep dstXin Long1-0/+1
2017-10-01ip_gre: ipgre_tap device should keep dstXin Long1-0/+1
2017-09-30netlink: do not proceed if dump's start() errsJason A. Donenfeld1-2/+5
2017-09-29netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov4-14/+15
2017-09-29netfilter: nf_tables: fix update chain errorJingPiao Chen1-2/+2
2017-09-29netfilter: ipset: Fix race between dump and swapRoss Lagerwall1-2/+5
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds2-16/+0
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-09-28packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn1-1/+3
2017-09-28packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn1-3/+5
2017-09-28net: dsa: Fix network device registration orderFlorian Fainelli1-13/+18
2017-09-28inetpeer: fix RCU lookup() againEric Dumazet1-2/+2
2017-09-28xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov1-2/+2
2017-09-26sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter1-1/+3
2017-09-26netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal1-9/+13
2017-09-26netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik10-22/+24
2017-09-26netfilter: xt_socket: Restore mark from full sockets onlySubash Abhinov Kasiviswanathan1-2/+2
2017-09-26l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2-7/+8
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2-2/+4
2017-09-26netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko1-2/+6
2017-09-25l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault2-0/+7
2017-09-25l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault1-4/+4
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-1/+1
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-125/+206
2017-09-22inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-22net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-22net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn1-2/+6
2017-09-21net/smc: no close wait in case of process shut downUrsula Braun1-7/+8
2017-09-21net/smc: introduce a delayUrsula Braun3-10/+16
2017-09-21net/smc: terminate link group if out-of-sync is receivedUrsula Braun3-11/+8
2017-09-21net/smc: longer delay for client link group removalUrsula Braun1-4/+12
2017-09-21net/smc: adapt send request completion notificationUrsula Braun1-1/+1
2017-09-21net/smc: adjust net_device refcountUrsula Braun1-1/+3
2017-09-21net/smc: take RCU read lock for routing cache lookupUrsula Braun1-3/+7
2017-09-21net/smc: add receive timeout checkHans Wippel1-0/+2
2017-09-21net/smc: add missing dev_putHans Wippel1-0/+1
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli1-0/+2
2017-09-21net_sched: remove cls_flower idr on failureCong Wang1-6/+9
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov1-4/+19
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov1-0/+1
2017-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-7/+19
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree1-0/+1
2017-09-20net: compat: assert the size of cmsg copied in is as expectedMeng Xu1-0/+7
2017-09-20packet: hold bind lock when rebinding to fanout hookWillem de Bruijn1-5/+11
2017-09-19ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce1-7/+20
2017-09-19net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning1-2/+3
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann1-9/+15
2017-09-19tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9