summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-03-01net: ethtool: don't ignore return from driver get_fecparam methodEdward Cree
2018-03-01vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra
2018-03-01net: allow interface to be set into VRF if VLAN interface in same VRFMike Manning
2018-03-01net: ipv4: avoid unused variable warning for sysctlArnd Bergmann
2018-02-28mlxsw: spectrum: Fix handling of resource_size_paramJiri Pirko
2018-02-28net/smc: fix NULL pointer dereference on sock_create_kern() error pathDavide Caratti
2018-02-28net/smc: use link_id of server in confirm link replyKarsten Graul
2018-02-28net/smc: use a constant for control message lengthKarsten Graul
2018-02-28net/tcp/illinois: replace broken algorithm reference linkJoey Pabalinas
2018-02-28tcp: purge write queue upon RSTSoheil Hassas Yeganeh
2018-02-28tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng
2018-02-28tcp: revert F-RTO middle-box workaroundYuchung Cheng
2018-02-27tls: Use correct sk->sk_prot for IPV6Boris Pismenny
2018-02-27sit: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27ip_gre: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27tipc: correct initial value for group congestion flagJon Maloy
2018-02-27devlink: Fix resource coverity errorsArkadi Sharshevsky
2018-02-27net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-02-27devlink: Compare to size_new in case of resource child validationArkadi Sharshevsky
2018-02-26ip_tunnel: Do not use mark in skb by defaultThomas Winter
2018-02-26bridge: Fix VLAN reference count problemIdo Schimmel
2018-02-26qrtr: add MODULE_ALIAS macro to smdRamon Fried
2018-02-26l2tp: fix tunnel lookup use-after-free raceJames Chapman
2018-02-26l2tp: fix race in pppol2tp_release with session object destroyJames Chapman
2018-02-26l2tp: fix races with tunnel socket closeJames Chapman
2018-02-26l2tp: don't use inet_shutdown on ppp session destroyJames Chapman
2018-02-26l2tp: don't use inet_shutdown on tunnel destroyJames Chapman
2018-02-23net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-23ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann
2018-02-22rxrpc: Fix send in rxrpc_send_data_packet()David Howells
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller
2018-02-22net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern
2018-02-22tcp_bbr: better deal with suboptimal GSOEric Dumazet
2018-02-22netlink: put module reference if dump start failsJason A. Donenfeld
2018-02-22bpf: clean up unused-variable warningArnd Bergmann
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-02-20net: sched: report if filter is too large to dumpRoman Kapl
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-19netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet
2018-02-19mac80211: Fix sending ADDBA response for an ongoing sessionIlan Peer
2018-02-19mac80211: Do not disconnect on invalid operating classIlan Peer
2018-02-19cfg80211: clear wep keys after disconnectionAvraham Stern
2018-02-19mac80211: fix calling sleeping function in atomic contextSara Sharon
2018-02-19mac80211: fix a possible leak of station statsSara Sharon
2018-02-19cfg80211: fix cfg80211_beacon_dupArnd Bergmann
2018-02-16sctp: remove the left unnecessary check for chunk in sctp_renege_eventsXin Long
2018-02-16rxrpc: Work around usercopy checkDavid Howells
2018-02-16udplite: fix partial checksum initializationAlexey Kodanev