summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-10-27net/sched: Add select_queue() class_ops for mqprioJesus Sanchez-Palencia1-0/+7
2017-10-27net/sched: Change behavior of mq select_queue()Jesus Sanchez-Palencia1-9/+1
2017-10-27net/sched: Check for null dev_queue on create flowJesus Sanchez-Palencia1-1/+7
2017-10-27net: dsa: remove port masksVivien Didelot2-14/+0
2017-10-27net: dsa: define port typesVivien Didelot2-0/+9
2017-10-27net: dsa: introduce dsa_user_ports helperVivien Didelot2-2/+2
2017-10-27net: dsa: use dsa_is_user_port everywhereVivien Didelot2-3/+3
2017-10-27ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long1-2/+7
2017-10-27ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long1-4/+7
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-10-27net: dsa: lan9303: Learn addresses on CPU port when bridgedEgil Hjelmeland1-1/+22
2017-10-27net: dsa: Simplify dsa_slave_phy_setup()Florian Fainelli1-22/+4
2017-10-27tcp: Namespace-ify sysctl_tcp_frtoEric Dumazet3-9/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_adv_win_scaleEric Dumazet3-17/+15
2017-10-27tcp: Namespace-ify sysctl_tcp_app_winEric Dumazet3-11/+12
2017-10-27tcp: Namespace-ify sysctl_tcp_dsackEric Dumazet3-10/+10
2017-10-27tcp: Namespace-ify sysctl_tcp_max_reorderingEric Dumazet3-9/+10
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet4-11/+10
2017-10-27tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet2-10/+8
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet3-9/+8
2017-10-27tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet2-9/+8
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet3-12/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet3-11/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet2-10/+8
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet4-10/+9
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet4-11/+13
2017-10-27Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller3-17/+82
2017-10-27l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2-2/+2
2017-10-26smc: add SMC rendezvous protocolUrsula Braun1-0/+16
2017-10-26tcp: TCP experimental option for SMCUrsula Braun4-3/+120
2017-10-26smc: fix mutex unlocks during link group creationUrsula Braun1-11/+15
2017-10-26tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung1-1/+3
2017-10-26tipc: fix a dangling pointerCong Wang1-1/+3
2017-10-26vsock: always call vsock_init_tables()Cong Wang1-3/+4
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet3-4/+4
2017-10-26rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge1-8/+7
2017-10-26rds: ib: Fix uninitialized variableHåkon Bugge1-0/+1
2017-10-26net: dsa: don't unmask port bitmapsVivien Didelot1-4/+0
2017-10-26net: dsa: legacy: don't unmask port bitmapsVivien Didelot1-4/+0
2017-10-26net/unix: don't show information about sockets from other namespacesAndrei Vagin1-0/+2
2017-10-26tipc: eliminate KASAN warningJon Maloy1-1/+1
2017-10-25mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg1-2/+34
2017-10-25Merge tag 'nfs-for-4.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-11/+25
2017-10-25net: atm/mpc: Stop using open-coded timer .data fieldKees Cook1-4/+6
2017-10-25net: af_packet: Convert timers to use timer_setup()Kees Cook1-15/+7
2017-10-25net: hsr: Convert timers to use timer_setup()Kees Cook3-10/+7
2017-10-25net: dccp: Convert timers to use timer_setup()Kees Cook5-15/+20
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook2-18/+21
2017-10-25net: ax25: Convert timers to use timer_setup()Kees Cook3-30/+27
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook4-47/+61