summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | ipv6: Handle race in addrconf_dad_workDavid Ahern2019-10-011-5/+6
| * | tcp: adjust rto_base in retransmits_timed_out()Eric Dumazet2019-10-011-2/+7
| * | vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-013-6/+14
| * | devlink: Fix error handling in param and info_get dumpit cbVasundhara Volam2019-10-011-3/+3
| * | net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean2019-10-011-1/+1
| * | net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean2019-10-011-1/+1
| |/
| * mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg2019-10-011-5/+8
| * mac80211: fix txq null pointer dereferenceMiaoqing Pan2019-10-011-2/+9
| * nl80211: fix null pointer dereferenceMiaoqing Pan2019-10-011-0/+3
| * cfg80211: initialize on-stack chandefsJohannes Berg2019-10-013-3/+5
| * cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg2019-10-011-1/+6
| * nl80211: validate beacon headJohannes Berg2019-10-011-2/+35
| * net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean2019-09-301-2/+1
| * net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-09-301-3/+8
| * erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-09-301-0/+1
| * sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-09-301-14/+29
* | net: devlink: don't ignore errors during dumpitJiri Pirko2019-10-041-6/+24
* | igmp: uninline ip_mc_validate_checksum()Alexey Dobriyan2019-10-041-1/+1
* | net: spread "enum sock_flags"Alexey Dobriyan2019-10-041-2/+3
* | net/tls: allow compiling TLS TOE outJakub Kicinski2019-10-043-2/+16
* | net/tls: rename tls_hw_* functions tls_toe_*Jakub Kicinski2019-10-042-9/+9
* | net/tls: move TOE-related code to a separate fileJakub Kicinski2019-10-043-103/+143
* | net/tls: move tls_build_proto() on init pathJakub Kicinski2019-10-041-5/+2
* | net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-041-7/+7
* | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
* | rxrpc: Add missing "new peer" traceDavid Howells2019-10-041-0/+2
* | net: devlink: allow to change namespaces during reloadJiri Pirko2019-10-041-8/+146
* | net: devlink: export devlink net getterJiri Pirko2019-10-041-1/+2
* | net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-0411-42/+71
* | net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko2019-10-045-34/+70
* | net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-047-70/+59
* | net: propagate errors correctly in register_netdevice()Eric Dumazet2019-10-031-0/+1
* | net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon2019-10-035-61/+153
* | net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti2019-10-022-4/+5
* | Clean up the net/caif/Kconfig menurd.dunlab@gmail.com2019-10-021-5/+5
* | net_sched: remove need_resched() from qdisc_run()Eric Dumazet2019-10-021-6/+1
* | ipconfig: Handle CONFIG_CIFS_ROOT optionPaulo Alcantara (SUSE)2019-10-021-2/+8
* | net: introduce per-netns netdevice notifiersJiri Pirko2019-10-021-0/+87
* | net: push loops and nb calls into helper functionsJiri Pirko2019-10-021-28/+61
* | vsock/virtio: add support for MSG_PEEKMatias Ezequiel Vara Larsen2019-10-011-3/+52
* | ipv6: minor code reorg in inet6_fill_ifla6_attrs()Nicolas Dichtel2019-10-011-4/+3
* | net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko2019-10-011-11/+18
* | net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko2019-10-011-20/+25
* | net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko2019-10-011-6/+4
* | net: rtnetlink: put alternative names to getlink messageJiri Pirko2019-10-011-0/+53
* | net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2019-10-012-1/+160
* | net: introduce name_node struct to be used in hashlistJiri Pirko2019-10-011-18/+79
* | net: procfs: use index hashlist instead of name hashlistJiri Pirko2019-10-011-2/+2
* | tcp: add ipv6_addr_v4mapped_loopback() helperEric Dumazet2019-10-011-4/+2
* | net: core: dev: replace state xoff flag comparison by netif_xmit_stopped methodJulio Faracco2019-10-011-1/+1
|/