summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-12bridge: reduce size of input cb to 16 bytesFlorian Westphal
2019-04-12selftests: netfilter: add ebtables broute test caseFlorian Westphal
2019-04-11netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal
2019-04-11netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal
2019-04-08netfilter: make two functions staticFlorian Westphal
2019-04-08netfilter: nft_osf: Add version option supportFernando Fernandez Mancera
2019-04-08kselftests: extend nft_nat with inet family based nat hooksFlorian Westphal
2019-04-08netfilter: nft_redir: add inet supportFlorian Westphal
2019-04-08netfilter: nft_masq: add inet supportFlorian Westphal
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal
2019-04-08netfilter: optimize nf_inet_addr_cmpLi RongQing
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu
2019-04-08netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso
2019-04-08netfilter: nft_redir: Make nft_redir_dump staticYueHaibing
2019-04-08netfilter: nf_tables: remove unused parameter ctxColin Ian King
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing
2019-04-08cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni
2019-04-08net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean
2019-04-08net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-04-07net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov
2019-04-07Merge branch 'rhashtable-bitlocks'David S. Miller
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2019-04-07rhashtable: allow rht_bucket_var to return NULL.NeilBrown
2019-04-07rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown
2019-04-06Merge branch 'net-hsr-improvements-and-bug-fixes'David S. Miller
2019-04-06net: hsr: Fix node prune function for forget time expiryAaron Kramer
2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri
2019-04-06net: hsr: add blank line after function declarationMurali Karicheri
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri
2019-04-06net: hsr: add missing space around operator in codeMurali Karicheri
2019-04-06net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri
2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri
2019-04-06net: hsr: fix lines that ends with a '('Murali Karicheri
2019-04-06net: hsr: fix alignment issues in the code for functionsMurali Karicheri
2019-04-06net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri
2019-04-06selftests: forwarding: test for bridge mcast traffic after report and leaveNikolay Aleksandrov
2019-04-06net: hns: fix unsigned comparison to less than zeroColin Ian King
2019-04-06Merge branch 'r8152-runtime-mac-changes'David S. Miller
2019-04-06r8152: Refresh MAC address during USBDEVFS_RESETMario Limonciello
2019-04-06r8152: remove extra action copying ethernet addressMario Limonciello
2019-04-06tcp: remove redundant check on tskbColin Ian King