summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-05-23net/smc: longer delay when freeing client link groupsUrsula Braun
2018-05-23net/smc: urgent data supportStefan Raspl
2018-05-23net/smc: lock smc_lgr_list in port_terminate()Hans Wippel
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun
2018-05-23Merge tag 'mac80211-next-for-davem-2018-05-23' of git://git.kernel.org/pub/sc...David S. Miller
2018-05-23ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn
2018-05-23devlink: don't take instance lock around eswitch mode setJakub Kicinski
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov
2018-05-23nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski
2018-05-23rfkill: Create rfkill-none LED triggerJoão Paulo Rechi Vita
2018-05-23rfkill: Rename rfkill_any_led_trigger* functionsJoão Paulo Rechi Vita
2018-05-23nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally
2018-05-23nl80211: add FILS related parameters to ROAM eventArend Van Spriel
2018-05-23cfg80211: use separate struct for FILS parametersArend Van Spriel
2018-05-23nl80211: Optimize cfg80211_bss_expire invocationsDenis Kenzior
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern
2018-05-22nl80211: Fix compilationDenis Kenzior
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu
2018-05-19dsa: set devlink port attrs for dsa portsJiri Pirko
2018-05-19devlink: introduce a helper to generate physical port namesJiri Pirko
2018-05-19devlink: extend attrs_set for setting port flavoursJiri Pirko
2018-05-19devlink: introduce devlink_port_attrs_setJiri Pirko
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet
2018-05-18tcp: tcp_rack_reo_wnd() can be statickbuild test robot
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel
2018-05-18net/smc: restructure CDC message receptionHans Wippel
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel
2018-05-18net/smc: move link group list to smc_coreHans Wippel
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel
2018-05-18net: dsa: Do not register devlink for unused portsFlorian Fainelli
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet
2018-05-18tcp: add SACK compressionEric Dumazet
2018-05-18tcp: do not force quickack when receiving out-of-order packetsEric Dumazet