summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-10-01tipc: use only positive error codes in messagesParthasarathy Bhuvaragan
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni
2017-10-01IPv4: early demux can return an error codePaolo Abeni
2017-10-01ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long
2017-10-01ip6_gre: ip6gre_tap device should keep dstXin Long
2017-10-01ip_gre: ipgre_tap device should keep dstXin Long
2017-09-30netlink: do not proceed if dump's start() errsJason A. Donenfeld
2017-09-29netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov
2017-09-29netfilter: nf_tables: fix update chain errorJingPiao Chen
2017-09-29netfilter: ipset: Fix race between dump and swapRoss Lagerwall
2017-09-28Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"Linus Torvalds
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-09-28packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn
2017-09-28packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn
2017-09-28net: dsa: Fix network device registration orderFlorian Fainelli
2017-09-28inetpeer: fix RCU lookup() againEric Dumazet
2017-09-28xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov
2017-09-26sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter
2017-09-26netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal
2017-09-26netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik
2017-09-26netfilter: xt_socket: Restore mark from full sockets onlySubash Abhinov Kasiviswanathan
2017-09-26l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-09-26netfilter: ipvs: full-functionality option for ECN encapsulation in tunnelVadim Fedorenko
2017-09-25l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault
2017-09-25l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-22inet: fix improper empty comparisonJosef Bacik
2017-09-22net: use inet6_rcv_saddr to compare socketsJosef Bacik
2017-09-22net: set tb->fast_sk_familyJosef Bacik
2017-09-22net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn
2017-09-21net/smc: no close wait in case of process shut downUrsula Braun
2017-09-21net/smc: introduce a delayUrsula Braun
2017-09-21net/smc: terminate link group if out-of-sync is receivedUrsula Braun
2017-09-21net/smc: longer delay for client link group removalUrsula Braun
2017-09-21net/smc: adapt send request completion notificationUrsula Braun
2017-09-21net/smc: adjust net_device refcountUrsula Braun
2017-09-21net/smc: take RCU read lock for routing cache lookupUrsula Braun
2017-09-21net/smc: add receive timeout checkHans Wippel
2017-09-21net/smc: add missing dev_putHans Wippel
2017-09-21net: ethtool: Add back transceiver typeFlorian Fainelli
2017-09-21net_sched: remove cls_flower idr on failureCong Wang
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov
2017-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-09-20net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree
2017-09-20net: compat: assert the size of cmsg copied in is as expectedMeng Xu
2017-09-20packet: hold bind lock when rebinding to fanout hookWillem de Bruijn
2017-09-19ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce