summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2019-04-087-26/+21
* netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-0812-214/+191
* netfilter: nat: add inet family nat supportFlorian Westphal2019-04-085-19/+141
* netfilter: optimize nf_inet_addr_cmpLi RongQing2019-04-081-0/+7
* ipvs: allow tunneling with gue encapsulationJacky Hu2019-04-084-5/+130
* netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso2019-04-081-8/+2
* netfilter: nft_redir: Make nft_redir_dump staticYueHaibing2019-04-081-1/+1
* netfilter: nf_tables: remove unused parameter ctxColin Ian King2019-04-081-3/+2
* time: Introduce jiffies64_to_msecs()Li RongQing2019-04-083-3/+12
* cxgb4: Don't return EAGAIN when TCAM is full.Vishal Kulkarni2019-04-082-7/+5
* net: xilinx: emaclite: add minimal ndo_do_ioctl hookAlexandru Ardelean2019-04-081-0/+17
* net: xilinx: emaclite: add minimal ethtool opsAlexandru Ardelean2019-04-081-0/+23
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-086-38/+28
* net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov2019-04-071-20/+44
* Merge branch 'rhashtable-bitlocks'David S. Miller2019-04-0712-173/+271
|\
| * rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown2019-04-072-23/+43
| * rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-0712-178/+236
| * rhashtable: allow rht_bucket_var to return NULL.NeilBrown2019-04-072-11/+29
| * rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown2019-04-071-3/+5
|/
* Merge branch 'net-hsr-improvements-and-bug-fixes'David S. Miller2019-04-0614-277/+327
|\
| * net: hsr: Fix node prune function for forget time expiryAaron Kramer2019-04-061-0/+4
| * net: hsr: add debugfs support for display node listMurali Karicheri2019-04-066-12/+155
| * net: hsr: convert to SPDX identifierMurali Karicheri2019-04-0612-61/+12
| * net: hsr: add blank line after function declarationMurali Karicheri2019-04-061-0/+1
| * net: hsr: remove camel case usage in the codeMurali Karicheri2019-04-064-75/+76
| * net: hsr: add missing space around operator in codeMurali Karicheri2019-04-062-4/+4
| * net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2019-04-062-6/+6
| * net: hsr: remove unnecessary space after a castMurali Karicheri2019-04-063-15/+15
| * net: hsr: fix NULL checks in the codeMurali Karicheri2019-04-065-13/+13
| * net: hsr: fix lines that ends with a '('Murali Karicheri2019-04-062-7/+5
| * net: hsr: fix alignment issues in the code for functionsMurali Karicheri2019-04-063-9/+9
| * net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri2019-04-063-18/+16
| * net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-067-55/+0
| * net: hsr: fix lines exceeding 80 charactersMurali Karicheri2019-04-065-22/+31
|/
* selftests: forwarding: test for bridge mcast traffic after report and leaveNikolay Aleksandrov2019-04-061-0/+152
* net: hns: fix unsigned comparison to less than zeroColin Ian King2019-04-061-1/+1
* Merge branch 'r8152-runtime-mac-changes'David S. Miller2019-04-061-16/+35
|\
| * r8152: Refresh MAC address during USBDEVFS_RESETMario Limonciello2019-04-061-15/+35
| * r8152: remove extra action copying ethernet addressMario Limonciello2019-04-061-1/+0
|/
* tcp: remove redundant check on tskbColin Ian King2019-04-061-5/+2
* Merge branch 'net-phy-add-Amlogic-g12a-support'David S. Miller2019-04-065-4/+453
|\
| * net: phy: meson-gxl: clean-up gxl variant driverJerome Brunet2019-04-061-4/+2
| * net: phy: meson-gxl: add g12a supportJerome Brunet2019-04-061-0/+11
| * net: phy: add amlogic g12a mdio mux supportJerome Brunet2019-04-063-0/+392
| * dt-bindings: net: phy: add g12a mdio mux documentationJerome Brunet2019-04-061-0/+48
|/
* virtio-net: Fix some minor formatting errorsYuval Shaia2019-04-061-4/+6
* virtio-net: Remove inclusion of pci.hYuval Shaia2019-04-061-1/+0
* r8169: disable tx interrupt coalescing on RTL8168Heiner Kallweit2019-04-061-18/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-05527-6928/+4631
|\
| * Merge tag 'mm-compaction-5.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-04-051-11/+18
| |\