summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern5-14/+52
2018-10-16net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern3-9/+70
2018-10-16ipmr: Refactor mr_rtm_dumprouteDavid Ahern1-33/+55
2018-10-16net/mpls: Plumb support for filtering route dumpsDavid Ahern1-1/+41
2018-10-16net/ipv6: Plumb support for filtering route dumpsDavid Ahern2-14/+54
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern2-12/+38
2018-10-16net: Add struct for fib dump filterDavid Ahern5-10/+24
2018-10-16netlink: Add answer_flags to netlink_callbackDavid Ahern1-1/+2
2018-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller16-698/+3132
2018-10-16tcp: cdg: use tcp high resolution clock cacheEric Dumazet1-1/+1
2018-10-16tcp_bbr: fix typo in bbr_pacing_margin_percentNeal Cardwell1-2/+2
2018-10-16tcp: optimize tcp internal pacingEric Dumazet1-15/+16
2018-10-16net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet1-1/+1
2018-10-16tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet1-6/+13
2018-10-16net: extend sk_pacing_rate to unsigned longEric Dumazet6-30/+38
2018-10-16tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2-4/+7
2018-10-16net: bridge: fix a possible memory leak in __vlan_addLi RongQing1-0/+4
2018-10-16rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells3-0/+130
2018-10-16net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI co...Justin.Lee1@Dell.com6-5/+309
2018-10-16tipc: support binding to specific ip address when activating UDP bearerHoang Le1-3/+15
2018-10-16FDDI: defza: Support capturing outgoing SMT trafficMaciej W. Rozycki1-1/+12
2018-10-16bpf: Fix IPv6 dport byte-order in bpf_sk_lookupJoe Stringer1-2/+3
2018-10-16bpf: Allow sk_lookup with IPv6 moduleJoe Stringer2-5/+8
2018-10-15tls: add bpf support to sk_msg handlingJohn Fastabend1-64/+375
2018-10-15tls: replace poll implementation with read hookJohn Fastabend2-18/+9
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann5-389/+225
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann8-196/+2512
2018-10-15tcp, ulp: remove ulp bits from sockmapDaniel Borkmann1-58/+13
2018-10-15tcp, ulp: enforce sock_owned_by_me upon ulp init and cleanupDaniel Borkmann1-0/+4
2018-10-14bpf: Fix dev pointer dereference from sk_skbJoe Stringer1-1/+4
2018-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-210/+414
2018-10-12Merge tag 'mac80211-next-for-davem-2018-10-12' of git://git.kernel.org/pub/sc...David S. Miller26-1123/+1136
2018-10-12net: bridge: add support for per-port vlan statsNikolay Aleksandrov5-4/+80
2018-10-12net: Evict neighbor entries on carrier downDavid Ahern3-4/+27
2018-10-12net/ipv6: Add knob to skip DELROUTE message on device downDavid Ahern2-6/+34
2018-10-12mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli1-0/+19
2018-10-12nl80211: Add per peer statistics to compute FCS error rateAnkita Bajaj1-0/+2
2018-10-12mac80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu4-0/+129
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman21-212/+416
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue1-2/+9
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman1-1/+1
2018-10-11mac80211: Extend SAE authentication in infra BSS STA modeJouni Malinen2-23/+48
2018-10-11mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocationJouni Malinen1-7/+4
2018-10-11mac80211: Helper function for marking STA authenticatedJouni Malinen1-12/+22
2018-10-11mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau4-51/+9
2018-10-11mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateFelix Fietkau1-4/+6
2018-10-11mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau1-4/+10
2018-10-11mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau1-1/+1
2018-10-11mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau1-3/+1
2018-10-11mac80211: minstrel: reduce minstrel_mcs_groups sizeFelix Fietkau3-78/+93