summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-13net: rtnetlink: add bulk delete support flagNikolay Aleksandrov1-1/+2
2022-04-13net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov1-1/+1
2022-04-13net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov1-0/+6
2022-04-13net: rtnetlink: add msg kind namesNikolay Aleksandrov1-0/+7
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp6-10/+9
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault1-1/+1
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault1-1/+1
2022-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller1-2/+6
2022-04-11net: icmp: add skb drop reasons to icmp protocolMenglong Dong1-1/+1
2022-04-11net: sock: introduce sock_queue_rcv_skb_reason()Menglong Dong1-1/+8
2022-04-10tls: rx: simplify async waitJakub Kicinski1-1/+0
2022-04-08net/sched: act_skbedit: Add extack messages for offload failureIdo Schimmel1-0/+12
2022-04-08net/sched: act_gact: Add extack messages for offload failureIdo Schimmel1-0/+15
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2-3/+6
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski1-0/+1
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski2-1/+1
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski2-7/+6
2022-04-08netfilter: ecache: move to separate structureFlorian Westphal1-2/+6
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan1-9/+3
2022-04-06ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-0/+8
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-4/+15
2022-04-01mctp: Use output netdev to allocate skb headroomMatt Johnston1-2/+0
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds71-373/+1220
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2-2/+2
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2022-03-23net/sched: fix incorrect vlan_push_eth dest fieldLouis Peens1-1/+1
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+14
2022-03-21devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski1-0/+4
2022-03-20netfilter: nft_fib: add reduce supportFlorian Westphal1-0/+3
2022-03-20netfilter: nft_meta: extend reduce support to bridge familyFlorian Westphal1-0/+2
2022-03-20netfilter: nf_tables: cancel tracking for clobbered destination registersPablo Neira Ayuso2-0/+15
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso1-0/+8
2022-03-20netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter1-0/+1
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2-35/+19
2022-03-18Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()Gavin Li1-1/+1
2022-03-18Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALLIsmael Ferreras Morezuelas1-0/+10
2022-03-18Merge tag 'wireless-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-0/+2
2022-03-18xfrm: rework default policy structureNicolas Dichtel2-35/+19
2022-03-17net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean1-1/+1
2022-03-17net: dsa: Handle MST state changesTobias Waldekranz1-0/+3
2022-03-17net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz1-0/+3
2022-03-17net: bridge: mst: Notify switchdev drivers of MST state changesTobias Waldekranz1-0/+7
2022-03-17net: bridge: mst: Notify switchdev drivers of VLAN MSTI migrationsTobias Waldekranz1-0/+7
2022-03-17net: bridge: mst: Notify switchdev drivers of MST mode changesTobias Waldekranz1-0/+2
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2022-03-17net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi1-0/+14
2022-03-16net/sched: add vlan push_eth and pop_eth action to the hardware IRMaor Dickman2-0/+16
2022-03-16devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski1-2/+2
2022-03-16devlink: expose instance locking and add locked port registeringJakub Kicinski1-0/+11