aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-27ipv6: esp6: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-2/+2
2017-10-27Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-17/+82
2017-10-27l2tp: cleanup l2tp_tunnel_delete callsJiri Slaby2-2/+2
2017-10-26net: xfrm_user: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva1-18/+27
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-26xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri1-0/+1
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-25netfilter: nft_set_hash: disable fast_ops for 2-len keysAnatole Denis1-1/+0
2017-10-25mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg1-2/+34
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland12-18/+18
2017-10-25locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-3/+3
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2-3/+3
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
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long1-1/+0
2017-10-25rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long1-0/+1
2017-10-25bridge: remove rtmsg_ifinfo called in add_del_ifXin Long1-3/+0
2017-10-25net: dsa: check master device before putVivien Didelot1-3/+4
2017-10-25strparser: Use delayed work instead of timer for msg timeoutTom Herbert1-9/+8
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani1-2/+4
2017-10-24netfilter: nf_ct_h323: Out Of Bound Read in Netfilter ConntrackEric Sesterhenn1-0/+1