summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()Yue Haibing2023-08-041-2/+0
* net: 802: Remove unused function declarationsYue Haibing2023-08-041-3/+0
* net: llc: Remove unused function declarationsYue Haibing2023-08-042-2/+0
* tcp/dccp: cache line align inet_hashinfoEric Dumazet2023-08-041-1/+1
* net: mana: Configure hwc timeout from hardwareSouradeep Chakrabarti2023-08-042-1/+24
* net: Space.h: Remove unused function declarationsYue Haibing2023-08-031-7/+0
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-037-17/+230
|\
| * net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski2023-08-032-4/+26
| * net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski2023-08-031-0/+53
| * eth: add missing xdp.h includes in driversJakub Kicinski2023-08-031-0/+2
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-253-9/+103
| * net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-252-0/+16
| * net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-252-6/+20
| * net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2023-07-252-0/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-035-8/+52
|\ \
| * | vxlan: Fix nexthop hash sizeBenjamin Poirier2023-08-021-2/+2
| * | net: annotate data-races around sk->sk_markEric Dumazet2023-07-293-6/+7
| * | net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-291-0/+43
* | | docs: net: page_pool: use kdoc to avoid duplicating the informationJakub Kicinski2023-08-031-30/+104
* | | sctp: Remove unused function declarationsYue Haibing2023-08-022-5/+0
* | | net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()Yue Haibing2023-08-021-2/+0
* | | ila: Remove unnecessary file net/ila.hYue Haibing2023-08-021-16/+0
* | | udp: Remove unused function declaration udp_bpf_get_proto()Yue Haibing2023-08-021-1/+0
* | | tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth2023-08-021-0/+6
* | | net: flow_dissector: Add IPSEC dissectorRatheesh Kannoth2023-08-021-0/+9
* | | inet6: Remove unused function declaration udpv6_connect()Yue Haibing2023-08-011-2/+0
* | | net/sched: wrap open coded Qdics class filter counterPedro Tammela2023-08-011-0/+26
* | | tcp: Remove unused function declarationsYue Haibing2023-07-311-3/+0
* | | devlink: Remove unused extern declaration devlink_port_region_destroy()Yue Haibing2023-07-311-2/+0
* | | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-2/+3
* | | bonding: 3ad: Remove unused declaration bond_3ad_update_lacp_active()YueHaibing2023-07-281-1/+0
* | | Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski2023-07-283-4/+73
|\ \ \
| * | | net/handshake: Add helpers for parsing incoming TLS AlertsChuck Lever2023-07-281-0/+4
| * | | net/handshake: Add API for sending TLS Closure alertsChuck Lever2023-07-281-0/+1
| * | | net/tls: Add TLS Alert definitionsChuck Lever2023-07-281-0/+42
| * | | net/tls: Move TLS protocol elements to a separate headerChuck Lever2023-07-282-4/+26
* | | | net: store netdevs in an xarrayJakub Kicinski2023-07-281-1/+3
* | | | IPv6: add extack info for IPv6 address add/deleteHangbin Liu2023-07-281-1/+1
* | | | Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-271-7/+3
|\ \ \ \
| * | | | netlink: allow be16 and be32 types in all uint policy checksFlorian Westphal2023-07-271-7/+3
* | | | | net: datalink: Remove unused declarationsYueHaibing2023-07-271-2/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-272-10/+11
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith2023-07-241-6/+2
| * | | vxlan: calculate correct header length for GPEJiri Benc2023-07-241-4/+9
| |/ /
* | / mptcp: fix rcv buffer auto-tuningPaolo Abeni2023-07-241-5/+15
| |/ |/|
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-241-0/+1
* | net: page_pool: hide page_pool_release_page()Jakub Kicinski2023-07-211-8/+2
* | sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli2023-07-211-0/+1
* | net: switchdev: Add a helper to replay objects on a bridge portPetr Machata2023-07-211-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-2012-32/+59
|\|