aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko1-8/+146
2019-10-04net: devlink: export devlink net getterJiri Pirko1-1/+2
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko11-42/+71
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko5-34/+70
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko7-70/+59
2019-10-03net: propagate errors correctly in register_netdevice()Eric Dumazet1-0/+1
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon5-61/+153
2019-10-03tcp: fix slab-out-of-bounds in tcp_zerocopy_receive()Eric Dumazet1-4/+2
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt2-8/+14
2019-10-03udp: fix gso_segs calculationsJosh Hunt2-1/+3
2019-10-03ipv6: drop incoming packets having a v4mapped source addressEric Dumazet1-0/+10
2019-10-02net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti2-4/+5
2019-10-02Clean up the net/caif/Kconfig menurd.dunlab@gmail.com1-5/+5
2019-10-02net_sched: remove need_resched() from qdisc_run()Eric Dumazet1-6/+1
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller25-28/+33
2019-10-02net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean1-1/+11
2019-10-02net/rds: Fix error handling in rds_ib_add_one()Dotan Barak1-3/+3
2019-10-02ipconfig: Handle CONFIG_CIFS_ROOT optionPaulo Alcantara (SUSE)1-2/+8
2019-10-02net: introduce per-netns netdevice notifiersJiri Pirko1-0/+87
2019-10-02net: push loops and nb calls into helper functionsJiri Pirko1-28/+61
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien2-15/+19
2019-10-01ipv6: Handle race in addrconf_dad_workDavid Ahern1-5/+6
2019-10-01tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet1-2/+7
2019-10-01vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen1-3/+52
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui3-6/+14
2019-10-01ipv6: minor code reorg in inet6_fill_ifla6_attrs()Nicolas Dichtel1-4/+3
2019-10-01net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko1-11/+18
2019-10-01net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko1-20/+25
2019-10-01net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko1-6/+4
2019-10-01net: rtnetlink: put alternative names to getlink messageJiri Pirko1-0/+53
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2-1/+160
2019-10-01net: introduce name_node struct to be used in hashlistJiri Pirko1-18/+79
2019-10-01net: procfs: use index hashlist instead of name hashlistJiri Pirko1-2/+2
2019-10-01tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet1-4/+2
2019-10-01devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam1-3/+3
2019-10-01net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean1-1/+1
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean1-1/+1
2019-10-01netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso1-1/+6
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal24-27/+27
2019-10-01net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco1-1/+1
2019-10-01mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg1-5/+8
2019-10-01mac80211: fix txq null pointer dereferenceMiaoqing Pan1-2/+9
2019-10-01nl80211: fix null pointer dereferenceMiaoqing Pan1-0/+3
2019-10-01cfg80211: initialize on-stack chandefsJohannes Berg3-3/+5
2019-10-01cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg1-1/+6
2019-10-01nl80211: validate beacon headJohannes Berg1-2/+35
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean1-2/+1
2019-09-30net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8
2019-09-30erspan: remove the incorrect mtu limit for erspanHaishuang Yan1-0/+1
2019-09-30sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet1-14/+29