aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller21-497/+978
2018-05-23net/smc: longer delay when freeing client link groupsUrsula Braun1-1/+1
2018-05-23net/smc: urgent data supportStefan Raspl8-36/+238
2018-05-23net/smc: lock smc_lgr_list in port_terminate()Hans Wippel1-3/+13
2018-05-23net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun1-3/+15
2018-05-23Merge tag 'mac80211-next-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller22-156/+734
2018-05-23ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu1-0/+17
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu4-40/+134
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu1-0/+1
2018-05-23udp: exclude gso from xfrm pathsWillem de Bruijn2-2/+4
2018-05-23devlink: don't take instance lock around eswitch mode setJakub Kicinski1-1/+2
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov11-0/+303
2018-05-23Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-5/+9
2018-05-23nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski1-0/+16
2018-05-23rfkill: Create rfkill-none LED triggerJoão Paulo Rechi Vita1-7/+20
2018-05-23rfkill: Rename rfkill_any_led_trigger* functionsJoão Paulo Rechi Vita1-23/+24
2018-05-23ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov1-6/+15
2018-05-23nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally2-0/+56
2018-05-23nl80211: add FILS related parameters to ROAM eventArend Van Spriel2-9/+55
2018-05-23cfg80211: use separate struct for FILS parametersArend Van Spriel2-30/+32
2018-05-23nl80211: Optimize cfg80211_bss_expire invocationsDenis Kenzior1-1/+9
2018-05-23mac80211: Support adding duration for prepare_tx() callbackIlan Peer3-12/+38
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg321-5614/+12940
2018-05-23netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso1-14/+24
2018-05-23netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo1-6/+8
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso3-19/+127
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso4-26/+20
2018-05-23netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso2-10/+13
2018-05-23netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat1-0/+2
2018-05-23netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso1-3/+72
2018-05-23netfilter: make NF_OSF non-visible symbolFernando Fernandez Mancera1-1/+1
2018-05-23netfilter: lift one-nat-hook-only restrictionFlorian Westphal2-69/+2
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal7-237/+227
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal1-0/+157
2018-05-23netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal2-21/+59
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal3-19/+43
2018-05-23netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal2-2/+8
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal3-99/+74
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-11/+13
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov1-10/+10
2018-05-22ipmr: properly check rhltable_init() return valueEric Dumazet1-1/+4
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2-87/+73
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev1-2/+0
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long3-18/+37
2018-05-22bpf: Add mtu checking to FIB forwarding helperDavid Ahern1-7/+35
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern3-0/+57
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern1-0/+31
2018-05-22xsk: convert atomic_t to refcount_tBjörn Töpel2-4/+4
2018-05-22xsk: simplified umem setupBjörn Töpel3-55/+51