summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-07-236-10/+41
| | |\ \ \ \
| | | * | | | netfilter: nfnl_hook: fix unused variable warningArnd Bergmann2021-07-231-0/+2
| | | * | | | netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso2021-07-231-1/+3
| | | * | | | netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal2021-07-231-1/+6
| | | * | | | netfilter: nft_last: avoid possible false sharingPablo Neira Ayuso2021-07-231-7/+13
| | | * | | | netfilter: flowtable: avoid possible false sharingPablo Neira Ayuso2021-07-231-1/+5
| | | * | | | netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu2021-07-171-0/+12
| | * | | | | ipv6: decrease hop limit counter in ip6_forward()Kangmin Park2021-07-231-2/+3
| | * | | | | net: Set true network header for ECN decapsulationGilad Naaman2021-07-231-1/+1
| | * | | | | tipc: fix sleeping in tipc accept routineHoang Le2021-07-231-5/+4
| | * | | | | tipc: fix implicit-connect for SYN+Xin Long2021-07-231-8/+13
| | | |/ / / | | |/| | |
| * / | | | af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi2021-07-281-2/+49
| |/ / / /
* | | | | devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky2021-07-301-18/+8
* | | | | devlink: Break parameter notification sequence to be before/after unload/load...Leon Romanovsky2021-07-301-12/+20
* | | | | sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni2021-07-301-1/+1
* | | | | net: netlink: Remove unused functionYajun Deng2021-07-301-8/+0
* | | | | nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski2021-07-304-14/+14
* | | | | nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-306-97/+110
* | | | | nfc: constify local pointer variablesKrzysztof Kozlowski2021-07-303-6/+6
* | | | | nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-306-53/+61
* | | | | nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski2021-07-301-1/+1
* | | | | nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski2021-07-301-1/+1
* | | | | net: convert fib_treeref from int to refcount_tYajun Deng2021-07-302-7/+7
* | | | | net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-2912-20/+50
* | | | | net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-2917-43/+34
* | | | | net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean2021-07-291-17/+10
* | | | | mctp: Allow per-netns default networksMatt Johnston2021-07-293-1/+18
* | | | | mctp: Add dest neighbour lladdr to route outputMatt Johnston2021-07-291-2/+8
* | | | | mctp: Implement message fragmentation & reassemblyJeremy Kerr2021-07-292-41/+339
* | | | | mctp: Populate socket implementationJeremy Kerr2021-07-292-10/+419
* | | | | mctp: Add neighbour netlink interfaceMatt Johnston2021-07-291-3/+204
* | | | | mctp: Add neighbour implementationMatt Johnston2021-07-294-1/+148
* | | | | mctp: Add netlink route managementMatt Johnston2021-07-291-9/+249
* | | | | mctp: Add initial routing frameworkJeremy Kerr2021-07-294-1/+345
* | | | | mctp: Add device handling and netlink interfaceJeremy Kerr2021-07-293-1/+423
* | | | | mctp: Add base socket/protocol definitionsJeremy Kerr2021-07-291-0/+163
* | | | | mctp: Add MCTP baseJeremy Kerr2021-07-297-0/+33
* | | | | skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2021-07-292-4/+15
* | | | | net: optimize GRO for the common case.Paolo Abeni2021-07-292-11/+28
* | | | | sk_buff: track extension status in slow_groPaolo Abeni2021-07-291-0/+1
* | | | | net: bridge: switchdev: treat local FDBs the same as entries towards the bridgeVladimir Oltean2021-07-282-3/+2
* | | | | net: bridge: switchdev: replay the entire FDB for each portVladimir Oltean2021-07-283-30/+11
* | | | | net/sched: act_skbmod: Add SKBMOD_F_ECN option supportPeilin Ye2021-07-281-12/+32
* | | | | devlink: Remove duplicated registration checkLeon Romanovsky2021-07-281-9/+10
* | | | | net: cipso: fix warnings in netlbl_cipsov4_add_stdPavel Skripkin2021-07-271-4/+4
* | | | | net: bonding: move ioctl handling to private ndo operationArnd Bergmann2021-07-271-4/+4
* | | | | net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann2021-07-276-30/+37
* | | | | net: socket: return changed ifreq from SIOCDEVPRIVATEArnd Bergmann2021-07-272-4/+2
* | | | | net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-2/+18
* | | | | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-274-18/+34