summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* netlink: remove type-unsafe validation_data pointerJohannes Berg2020-05-011-28/+32
* tcp: add hrtimer slack to sack compressionEric Dumazet2020-04-301-0/+1
* tcp: add tp->dup_ack_counterEric Dumazet2020-04-301-0/+1
* Merge tag 'mlx5-updates-2020-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-04-308-134/+187
|\
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-04-308-134/+187
| |\
| | * net/mlx5: TX WQE Add trailer insertion fieldRaed Salem2020-04-281-0/+6
| | * net/mlx5: Add release all pages capability bitEran Ben Elisha2020-04-281-1/+3
| | * net/mlx5: Introduce TLS RX offload hardware bitsTariq Toukan2020-04-282-4/+19
| | * net/mlx5: Add structure and defines for pci sync for fw update eventMoshe Shemesh2020-04-282-1/+18
| | * net/mlx5: Add structure layout and defines for MFRL registerMoshe Shemesh2020-04-282-0/+25
| | * net/mlx5: Refactor imm_inval_pkey field in cqe structRaed Salem2020-04-281-1/+6
| | * net/mlx5: Use aligned variable while allocating ICM memoryErez Shitrit2020-04-281-1/+2
| | * net/mlx5: Introduce IPsec Connect-X offload hardware bits and structuresRaed Salem2020-04-282-3/+79
| | * net/mlx5: Add support for COPY steering actionHuy Nguyen2020-04-281-4/+4
| | * net/mlx5: Update transobj.c new cmd interfaceLeon Romanovsky2020-04-231-13/+6
| | * net/mlx5: Update cq.c to new cmd interfaceLeon Romanovsky2020-04-231-1/+1
| | * net/mlx5: Update vport.c to new cmd interfaceLeon Romanovsky2020-04-231-2/+1
| | * net/mlx5: Enable SW-defined RoCEv2 UDP source portMark Zhang2020-04-191-1/+4
| | * net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky2020-04-193-98/+0
| | * net/mlx5: Remove Q counter low level helper APIsLeon Romanovsky2020-04-191-4/+0
| | * net/mlx5: Provide simplified command interfacesLeon Romanovsky2020-04-191-0/+13
* | | docs: networking: convert timestamping.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* | | docs: networking: convert radiotap-headers.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* | | docs: networking: convert netdev-features.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* | | inet_diag: add support for cgroup filterDmitry Yakunin2020-04-301-0/+1
* | | inet_diag: add cgroup id attributeDmitry Yakunin2020-04-302-1/+6
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-04-293-3/+13
|\ \
| * | netfilter: nft_nat: add netmap supportPablo Neira Ayuso2020-04-281-1/+3
| * | netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso2020-04-271-0/+4
| * | netfilter: nf_conntrack: add IPS_HW_OFFLOAD status bitBodong Wang2020-04-261-2/+6
* | | net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-281-0/+2
* | | net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu2020-04-282-2/+2
* | | switchdev: mrp: Extend switchdev API to offload MRPHoratiu Vultur2020-04-271-0/+62
* | | net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPENHoratiu Vultur2020-04-271-0/+1
* | | bridge: mrp: Extend bridge interfaceHoratiu Vultur2020-04-271-0/+2
* | | bridge: uapi: mrp: Add mrp attributes.Horatiu Vultur2020-04-273-0/+127
|/ /
* | tcp: mptcp: use mptcp receive buffer space to select rcv windowFlorian Westphal2020-04-261-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-2658-133/+160
|\ \
| * \ Merge tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-251-2/+2
| |\ \
| | * | vdso/datapage: Use correct clock mode name in commentChristian Brauner2020-04-201-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-255-4/+8
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-251-1/+1
| | |\ \ \
| | | * | | bpf: Fix reStructuredText markupJakub Wilk2020-04-251-1/+1
| | * | | | mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-241-1/+3
| | * | | | ipv6: ndisc: RFC-ietf-6man-ra-pref64-09 is now published as RFC8781Maciej Żenczykowski2020-04-221-1/+1
| | * | | | net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng2020-04-221-0/+2
| | |/ / /
| | * | | tcp: cache line align MAX_TCP_HEADEREric Dumazet2020-04-191-1/+1
| * | | | Merge tag 'pnp-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-04-241-20/+9
| |\ \ \ \
| | * | | | pnp: Use list_for_each_entry() instead of open codingJason Gunthorpe2020-04-221-20/+9
| | | |/ / | | |/| |
| * | | | Merge tag 'block-5.7-2020-04-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-243-5/+3
| |\ \ \ \