summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller9-33/+86
2018-09-28net/tls: Make function get_rec() staticWei Yongjun1-1/+1
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun1-1/+1
2018-09-28net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2018-09-28netfilter: xt_socket: check sk before checking for netns.Flavio Leitner1-2/+2
2018-09-28netfilter: nft_set_rbtree: add missing rb_erase() in GC routineTaehee Yoo1-14/+14
2018-09-28rxrpc: Fix error distributionDavid Howells6-61/+15
2018-09-28rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells1-10/+13
2018-09-28rxrpc: Make service call handling more robustDavid Howells5-60/+38
2018-09-28rxrpc: Improve up-front incoming packet checkingDavid Howells2-28/+50
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells4-18/+26
2018-09-28rxrpc: Fix RTT gatheringDavid Howells3-15/+33
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells3-9/+15
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells1-3/+0
2018-09-27Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz1-0/+10
2018-09-27Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz1-15/+27
2018-09-27Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz1-7/+7
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2-0/+110
2018-09-27Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri3-14/+20
2018-09-27nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma1-5/+14
2018-09-27net-tcp: /proc/sys/net/ipv4/tcp_probe_interval is a u32 not intMaciej Żenczykowski1-2/+4
2018-09-27net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski10-13/+13
2018-09-27net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski11-17/+13
2018-09-27net: core: add member wol_enabled to struct net_deviceHeiner Kallweit1-1/+8
2018-09-27net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern1-5/+0
2018-09-26net: bridge: pack net_bridge betterNikolay Aleksandrov1-2/+2
2018-09-26net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov3-4/+4
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov4-9/+12
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov4-32/+33
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov5-21/+24
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov4-4/+4
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov4-18/+19
2018-09-26net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov5-18/+49
2018-09-26net: bridge: make struct opening bracket consistentNikolay Aleksandrov1-8/+4
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann1-29/+13
2018-09-26Bluetooth: SMP: fix crash in unpairingMatias Karhumaa3-10/+29
2018-09-26nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTMasashi Honma1-0/+1
2018-09-26mac80211: allocate TXQs for active monitor interfacesFelix Fietkau1-1/+2
2018-09-26tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan1-1/+6
2018-09-26tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan1-5/+7
2018-09-26bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTERRoopa Prabhu1-1/+1
2018-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-30/+249
2018-09-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller3-0/+60
2018-09-26net: sched: use reference counting for tcf blocks on rules updateVlad Buslov1-17/+21
2018-09-26net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov1-24/+50
2018-09-26net: sched: protect block idr with spinlockVlad Buslov1-2/+13
2018-09-26net: sched: implement functions to put and flush all chainsVlad Buslov1-25/+30
2018-09-26net: sched: change tcf block reference counter type to refcount_tVlad Buslov1-24/+35
2018-09-26net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2018-09-26net: sched: extend Qdisc with rcuVlad Buslov2-1/+42