summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov
2017-10-02socket, bpf: fix possible use after freeEric Dumazet
2017-10-01l2tp: fix l2tp_eth module loadingGuillaume Nault
2017-10-01ip_gre: erspan device should keep dstXin Long
2017-10-01ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long
2017-10-01ip_gre: check packet length and mtu correctly in erspan_xmitXin Long
2017-10-01ip_gre: get key from session_id correctly in erspan_rcvXin Long
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-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-26sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter
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-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