summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-08-03bpf, unix: Check socket type in unix_bpf_update_proto()Cong Wang
2021-08-03net: Keep vertical alignmentYajun Deng
2021-08-03sctp: move the active_key update after sh_keys is addedXin Long
2021-08-03bpf: use skb_expand_head in bpf_out_neigh_v4/6Vasily Averin
2021-08-03ax25: use skb_expand_headVasily Averin
2021-08-03ipv4: use skb_expand_head in ip_finish_output2Vasily Averin
2021-08-03ipv6: use skb_expand_head in ip6_xmitVasily Averin
2021-08-03ipv6: use skb_expand_head in ip6_finish_output2Vasily Averin
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin
2021-08-03net: really fix the build...David S. Miller
2021-08-03can: j1939: j1939_session_tx_dat(): fix typoMarc Kleine-Budde
2021-08-02net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...Vladimir Oltean
2021-08-02ipv4: Fix refcount warning for new fib_infoDavid Ahern
2021-08-02net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski
2021-08-02net/sched: taprio: Fix init procedureYannick Vignon
2021-08-02netfilter: ebtables: do not hook tables by defaultFlorian Westphal
2021-08-02net_sched: refactor TC action init APICong Wang
2021-08-02net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki
2021-08-01netfilter: remove xt pernet dataFlorian Westphal
2021-08-01netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warningFlorian Westphal
2021-08-01netfilter: ipt_CLUSTERIP: only add arp mangle hook when requiredFlorian Westphal
2021-08-01netfilter: flowtable: remove nf_ct_l4proto_find() callPablo Neira Ayuso
2021-08-01netfilter: nft_compat: use nfnetlink_unicast()Pablo Neira Ayuso
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-30devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky
2021-07-30devlink: Break parameter notification sequence to be before/after unload/load...Leon Romanovsky
2021-07-30unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni
2021-07-30net: netlink: Remove unused functionYajun Deng
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski
2021-07-30nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski
2021-07-30nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-07-29net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean
2021-07-29mctp: Allow per-netns default networksMatt Johnston
2021-07-29mctp: Add dest neighbour lladdr to route outputMatt Johnston
2021-07-29mctp: Implement message fragmentation & reassemblyJeremy Kerr
2021-07-29mctp: Populate socket implementationJeremy Kerr
2021-07-29mctp: Add neighbour netlink interfaceMatt Johnston
2021-07-29mctp: Add neighbour implementationMatt Johnston
2021-07-29mctp: Add netlink route managementMatt Johnston