aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2-5/+5
2019-06-16hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui1-2/+2
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan1-1/+29
2019-06-16net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky1-2/+4
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet3-2/+13
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2-0/+6
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet3-9/+24
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+11
2019-06-15bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre1-1/+2
2019-06-15net: sched: remove NET_CLS_IND config optionJiri Pirko4-38/+1
2019-06-15vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber1-1/+3
2019-06-14net: dsa: use switchdev handle helpersVivien Didelot1-44/+32
2019-06-14net: dsa: make dsa_slave_dev_check use constVivien Didelot1-2/+2
2019-06-14net: dsa: do not check orig_dev in vlan delVivien Didelot1-9/+0
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet2-1/+10
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-0/+8
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-0/+9
2019-06-14udp: Remove unused variable/function (exact_dif)Tim Beale2-23/+0
2019-06-14udp: Remove unused parameter (exact_dif)Tim Beale2-12/+11
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet3-7/+12
2019-06-14net: remove empty netlink_tap_exit_netLi RongQing1-5/+0
2019-06-14Merge tag 'mlx5-updates-2019-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-20/+98
2019-06-14ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2-1/+18
2019-06-14net: sched: ingress: set 'unlocked' flag for clsact Qdisc opsVlad Buslov1-0/+1
2019-06-14tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn1-1/+1
2019-06-14net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov1-16/+18
2019-06-14sctp: Free cookie before we memdup a new oneNeil Horman1-0/+8
2019-06-14vsock: correct removal of socket from the listSunil Muthuswamy1-31/+7
2019-06-14net/packet: introduce packet_rcv_try_clear_pressure() helperEric Dumazet1-4/+9
2019-06-14net/packet: remove locking from packet_rcv_has_room()Eric Dumazet1-11/+9
2019-06-14net/packet: implement shortcut in tpacket_rcv()Eric Dumazet1-0/+6
2019-06-14net/packet: make tp_drops atomicEric Dumazet2-9/+12
2019-06-14net/packet: constify __packet_rcv_has_room()Eric Dumazet1-5/+8
2019-06-14net/packet: constify prb_lookup_block() and __tpacket_v3_has_room()Eric Dumazet1-7/+7
2019-06-14net/packet: constify packet_lookup_frame() and __tpacket_has_room()Eric Dumazet1-7/+7
2019-06-14net/packet: constify __packet_get_status() argumentEric Dumazet1-1/+1
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev1-0/+26
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev1-0/+16
2019-06-15bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2-0/+28
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab5-12/+12
2019-06-14Merge tag 'mac80211-next-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller18-115/+368
2019-06-14Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller14-39/+153
2019-06-14sched: act_ctinfo: use extack error reportingKevin Darbyshire-Bryant1-5/+18
2019-06-14nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao1-1/+2
2019-06-14l2tp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+3
2019-06-14mac80211: notify offchannel expire on mgmt_txJames Prestwood1-0/+4
2019-06-14nl80211: send event when CMD_FRAME duration expiresJames Prestwood2-0/+31
2019-06-14mac80211: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-12/+3