summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-08-28irda: move net/irda/ to drivers/staging/irda/net/Greg Kroah-Hartman
2017-08-28bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu
2017-08-28sched: sfq: drop packets after root qdisc lock is releasedGao Feng
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long
2017-08-28hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern
2017-08-28gre: add collect_md mode to ERSPAN tunnelWilliam Tu
2017-08-28gre: refactor the gre_fb_xmitWilliam Tu
2017-08-28Revert "ipv4: make net_protocol const"David Ahern
2017-08-28l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault
2017-08-28l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault
2017-08-28l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault
2017-08-28l2tp: hold tunnel while processing genl delete commandGuillaume Nault
2017-08-28l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault
2017-08-28RDS: make rhashtable_params constBhumika Goyal
2017-08-28ipv4: make net_protocol constBhumika Goyal
2017-08-28bridge: make ebt_table constBhumika Goyal
2017-08-28l2tp: initialise session's refcount before making it reachableGuillaume Nault
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer
2017-08-28bpf: sockmap requires STREAM_PARSER add Kconfig entryJohn Fastabend
2017-08-28netfilter: rt: account for tcp header size tooFlorian Westphal
2017-08-28netfilter: conntrack: remove unused code in nf_conntrack_proto_generic.cDavide Caratti
2017-08-28netfilter: Remove NFDEBUG()Varsha Rao
2017-08-28netfilter: conntrack: don't log "invalid" icmpv6 connectionsFlorian Westphal
2017-08-28netfilter: core: batch nf_unregister_net_hooks synchronize_net callsFlorian Westphal
2017-08-28netfilter: debug: check for sorted arrayFlorian Westphal
2017-08-28netfilter: convert hook list to an arrayAaron Conole
2017-08-28netfilter: fix a few (harmless) sparse warningsFlorian Westphal
2017-08-28xfrm_user: fix info leak in build_aevent()Mathias Krause
2017-08-28xfrm_user: fix info leak in build_expire()Mathias Krause
2017-08-28xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause
2017-08-28xfrm_user: fix info leak in copy_user_offload()Mathias Krause
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni
2017-08-25Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-08-25tcp: fix hang in tcp_sendpage_locked()Eric Dumazet
2017-08-25net_sched: kill u32_node pointer in QdiscWANG Cong
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong
2017-08-25net_sched: get rid of more forward declarationsWANG Cong
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca
2017-08-25ipv6: sr: implement additional seg6local actionsDavid Lebrun
2017-08-25ipv6: sr: add helper functions for seg6localDavid Lebrun
2017-08-25ipv6: sr: enforce IPv6 packets for seg6local lwtDavid Lebrun
2017-08-25ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun
2017-08-25ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun
2017-08-25ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert
2017-08-25ieee802154: 6lowpan: make header_ops constBhumika Goyal
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert