aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-19netfilter: nf_tables: enable set expiration time for set elementsLaura Garcia Liebana3-8/+22
2019-06-19netfilter: nft_ct: fix null pointer in ct expectations supportStéphane Veyret1-0/+4
2019-06-19netfilter: synproxy: ensure zero is returned on non-error return pathColin Ian King1-2/+2
2019-06-17netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXYFernando Fernandez Mancera5-847/+920
2019-06-17netfilter: synproxy: remove module dependency on IPv6 SYNPROXYFernando Fernandez Mancera2-0/+38
2019-06-17netfilter: synproxy: add common uapi for SYNPROXY infrastructureFernando Fernandez Mancera2-11/+26
2019-06-17Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso34-130/+104
2019-06-17netfilter: bridge: namespace bridge netfilter sysctlsChristian Brauner1-45/+72
2019-06-17netfilter: bridge: port sysctls to use brnf_netChristian Brauner3-60/+107
2019-06-17netfilter: xt_owner: bail out with EINVAL in case of unsupported flagsPablo Neira Ayuso2-0/+8
2019-06-17netfilter: conntrack: small conntrack lookup optimizationFlorian Westphal2-16/+16
2019-06-17netfilter: nft_ct: add ct expectations supportStéphane Veyret2-3/+149
2019-06-10Update my email addressJozsef Kadlecsik34-49/+49
2019-06-10ipset: Fix memory accounting for hash types on resizeStefano Brivio1-1/+1
2019-06-10netfilter: ipset: Fix error path in set_target_v3_checkentry()Jozsef Kadlecsik1-20/+21
2019-06-10netfilter: ipset: Fix the last missing check of nla_parse_deprecated()Jozsef Kadlecsik1-4/+6
2019-06-10netfilter: ipset: fix a missing check of nla_parseAditya Pakki1-3/+7
2019-06-10netfilter: ipset: merge uadd and udel functionsFlorent Fourcot1-51/+20
2019-06-10netfilter: ipset: remove useless memset() callsFlorent Fourcot1-2/+0
2019-06-06netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gatherwenxu1-1/+3
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu1-3/+2
2019-06-05net: phy: remove state PHY_FORCINGHeiner Kallweit2-35/+2
2019-06-05net: rds: add per rds connection cache statisticsZhu Yanjun2-0/+4
2019-06-05Merge branch 'dwmac-mediatek'David S. Miller3-3/+15
2019-06-05net: stmmac: dwmac4: fix flow control issueBiao Huang1-2/+6
2019-06-05net: stmmac: modify default value of tx-framesBiao Huang1-1/+1
2019-06-05net: stmmac: dwmac-mediatek: disable rx watchdogBiao Huang1-0/+1
2019-06-05net: stmmac: dwmac-mediatek: enable Ethernet power domainBiao Huang1-0/+7
2019-06-05drivers: net: vxlan: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt2-2/+2
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt4-4/+4
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05net: socket: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05nfp: flower: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-06-05i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang1-5/+5
2019-06-05i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang1-4/+2
2019-06-05Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-124/+200
2019-06-05net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackKangjie Lu1-3/+2
2019-06-05ixgbe: implement support for SDP/PPS output on X550 hardwareJacob Keller2-5/+108
2019-06-05net: hns3: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2-2/+1
2019-06-05ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher1-3/+1
2019-06-05ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2-3/+1
2019-06-05i40e: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2-4/+2
2019-06-05net: Add a define for LLDP ethertypeAnirudh Venkataramanan1-0/+1
2019-06-05ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_configJacob Keller1-0/+9
2019-06-05ixgbe: use 'cc' instead of 'hw_cc' for local variableJacob Keller1-3/+3
2019-06-05ixgbe: fix PTP SDP pin setup on X540 hardwareJacob Keller1-29/+42
2019-06-05ixgbe: reduce PTP Tx timestamp timeout to 1 secondJacob Keller1-1/+1
2019-06-05ixgbe: fix AF_XDP tx packet countWilliam Tu1-0/+1
2019-06-05ixgbe: fix AF_XDP tx byte countWilliam Tu1-1/+0