aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23net/smc: longer delay when freeing client link groupsUrsula Braun1-1/+1
2018-05-23net/smc: urgent data supportStefan Raspl8-36/+238
2018-05-23net/smc: lock smc_lgr_list in port_terminate()Hans Wippel1-3/+13
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun1-3/+15
2018-05-23Merge tag 'mac80211-next-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller22-156/+734
2018-05-23ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu1-0/+17
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu4-40/+134
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn2-2/+4
2018-05-23devlink: don't take instance lock around eswitch mode setJakub Kicinski1-1/+2
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov11-0/+303
2018-05-23nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski1-0/+16
2018-05-23rfkill: Create rfkill-none LED triggerJoão Paulo Rechi Vita1-7/+20
2018-05-23rfkill: Rename rfkill_any_led_trigger* functionsJoão Paulo Rechi Vita1-23/+24
2018-05-23nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally2-0/+56
2018-05-23nl80211: add FILS related parameters to ROAM eventArend Van Spriel2-9/+55
2018-05-23cfg80211: use separate struct for FILS parametersArend Van Spriel2-30/+32
2018-05-23nl80211: Optimize cfg80211_bss_expire invocationsDenis Kenzior1-1/+9
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer3-12/+38
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg321-5614/+12940
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-11/+13
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov1-10/+10
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2-87/+73
2018-05-22nl80211: Fix compilationDenis Kenzior1-1/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-203/+615
2018-05-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-27/+46
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu1-22/+79
2018-05-19dsa: set devlink port attrs for dsa portsJiri Pirko1-0/+24
2018-05-19devlink: introduce a helper to generate physical port namesJiri Pirko1-0/+33
2018-05-19devlink: extend attrs_set for setting port flavoursJiri Pirko1-0/+5
2018-05-19devlink: introduce devlink_port_attrs_setJiri Pirko1-10/+36
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni2-4/+6
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-18tcp: tcp_rack_reo_wnd() can be statickbuild test robot1-1/+1
2018-05-18net/smc: restructure client and server code in af_smcHans Wippel1-241/+318
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel1-14/+12
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel1-8/+6
2018-05-18net/smc: restructure CDC message receptionHans Wippel1-25/+22
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel3-41/+39
2018-05-18net/smc: calculate write offset in RMB only once per connectionHans Wippel3-2/+6
2018-05-18net/smc: rename connection index to RMBE indexHans Wippel5-6/+6
2018-05-18net/smc: move link group list to smc_coreHans Wippel4-35/+42
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel9-35/+31
2018-05-18net: dsa: Do not register devlink for unused portsFlorian Fainelli1-3/+6
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet3-1/+13
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet3-2/+10
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet2-0/+3
2018-05-18tcp: add SACK compressionEric Dumazet4-6/+62
2018-05-18tcp: do not force quickack when receiving out-of-order packetsEric Dumazet1-2/+0