Commit Graph

22 Commits

Author SHA1 Message Date
Adolf Belka
05b6dd44be iproute2: Update version to 5.14.0
- Update from 5.13.0 to 5.14.0
- Update rootfile
- Changelog
   Alexander Mikhalitsyn (2):
      ip route: ignore ENOENT during save if RT_TABLE_MAIN is being dumped
      libnetlink: check error handler is present before a call
   Andrea Claudi (9):
      tc: q_ets: drop dead code from argument parsing
      lib: bpf_legacy: avoid to pass invalid argument to close()
      dcb: fix return value on dcb_cmd_app_show
      dcb: fix memory leak
      tipc: bail out if algname is abnormally long
      tipc: bail out if key is abnormally long
      tc: htb: improve burst error messages
      lib: bpf_legacy: fix potential NULL-pointer dereference
      lib: bpf_glue: remove useless assignment
   Ariel Levkovich (2):
      tc: f_flower: Add option to match on related ct state
      tc: f_flower: Add missing ct_state flags to usage description
   Asbjørn Sloth Tønnesen (2):
      tc: pedit: parse_cmd: add flags argument
      tc: pedit: add decrement operation
   Christian Schürmann (1):
      man8/ip-tunnel.8: fix typo, 'encaplim' is not a valid option
   David Ahern (6):
      Update kernel headers
      Update kernel headers
      config.mk: Rerun configure when it is newer than config.mk
      Update kernel headers
      Update kernel headers
      Import wwan.h uapi file
   Dmytro Linkin (3):
      devlink: Add helper function to validate object handler
      devlink: Add port func rate support
      devlink: Add ISO/IEC switch
   Eric Dumazet (1):
      tc: fq: add horizon attributes
   Feng Zhou (1):
      lib/bpf: Fix btf_load error lead to enable debug log
   Gal Pressman (2):
      rdma: update uapi headers
      rdma: Add copy-on-fork to get sys command
   Gokul Sivakumar (3):
      bridge: reorder cmd line arg parsing to let "-c" detected as "color" option
      bridge: fdb: don't colorize the "dev" & "dst" keywords in "bridge -c fdb"
      man: bridge: fix the typo to change "-c[lor]" into "-c[olor]" in man page
   Guillaume Nault (1):
      utils: bump max args number to 512 for batch files
   Hangbin Liu (3):
      configure: add options ability
      configure: convert LIBBPF environment variables to command-line options
      ip/bond: add arp_validate filter support
   Heiko Thiery (1):
      lib/fs: fix issue when {name,open}_to_handle_at() is not implemented
   Hoang Le (1):
      tipc: call a sub-routine in separate socket
   Jacob Keller (1):
      devlink: fix infinite loop on flash update for drivers without status
   Jakub Kicinski (3):
      ip: align the name of the 'nohandler' stat
      ip: dynamically size columns when printing stats
      ss: fix fallback to procfs for raw sockets
   Jethro Beekman (1):
      ip: Add nodst option to macvlan type source
   Jianguo Wu (1):
      mptcp: make sure flag signal is set when add addr with port
   Lahav Schlesinger (1):
      ipmonitor: Fix recvmsg with ancillary data
   Martynas Pumputis (1):
      libbpf: fix attach of prog with multiple sections
   Neta Ostrovsky (3):
      rdma: Update uapi headers
      rdma: Add context resource tracking information
      rdma: Add SRQ resource tracking information
   Paolo Lungaroni (2):
      seg6: add counters support for SRv6 Behaviors
      seg6: add support for SRv6 End.DT46 Behavior
   Parav Pandit (2):
      devlink: Add optional controller user input
      devlink: Show port state values in man page and in the help command
   Peilin Ye (1):
      tc/skbmod: Remove misinformation about the swap action
   Phil Sutter (1):
      tc: u32: Fix key folding in sample option
   Roi Dayan (2):
      police: Add support for json output
      police: Fix normal output back to what it was
   Sergey Ryazanov (2):
      iplink: add support for parent device
      iplink: support for WWAN devices
   Stephen Hemminger (6):
      lib: remove blank line at eof
      uapi: update kernel headers from 5.14-rc1
      libnetlink: cosmetic changes
      uapi: headers update
      uapi: update neighbour.h
      v5.14.0
   Tyson Moore (1):
      tc-cake: update docs to include LE diffserv

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-10-24 12:11:08 +00:00
Adolf Belka
c175e58946 iproute2: Update to version 5.13.0
- Update from 5.12.0 to 5.13.0
- Update of rootfile not required
- Changelog is not available in source tarball and not on source website
   Below info obtained from the commits from the git repository
   devlink: Fix printf() type mismatches on 32-bit architectures	Ben Hutchings
   utils: Fix BIT() to support up to 64 bits on all architectures	Ben Hutchings
   uapi: update headers to 5.13	Stephen Hemminger
   devlink: Fix link errors on some systems	Roi Dayan
   tc: pedit: add decrement operation	Asbjørn Sloth Tønnesen
   tc: pedit: parse_cmd: add flags argument	Asbjørn Sloth Tønnesen
   iplink: support for WWAN devices	Sergey Ryazanov
   iplink: add support for parent device	Sergey Ryazanov
   Import wwan.h uapi file	David Ahern
   man: fix syntax for ip link property	Stephen Hemminger
   seg6: add support for SRv6 End.DT46 Behavior	Paolo Lungaroni
   Update kernel headers	David Ahern
   utils: bump max args number to 512 for batch files	Guillaume Nault
   uapi: update kernel headers to 5.13-rc6	Stephen Hemminger
   Merge branch 'devlink-rate-support' into next	David Ahern
   devlink: Add ISO/IEC switch	Dmytro Linkin
   devlink: Add port func rate support	Dmytro Linkin
   devlink: Add helper function to validate object handler	Dmytro Linkin
   Update kernel headers	David Ahern
   devlink: Add optional controller user input	Parav Pandit
   police: Add support for json output	Roi Dayan
   tc: fq: add horizon attributes	Eric Dumazet
   configure: convert LIBBPF environment variables to command-line options	Hangbin Liu
   configure: add options ability	Hangbin Liu
   ss: update ss man page	Roman Mashak
   tc: f_flower: Add missing ct_state flags to usage description	Ariel Levkovich
   tc: f_flower: Add option to match on related ct state	Ariel Levkovich
   libgenl: make genl_add_mcast_grp set errno on error	Florian Westphal
   lib/fs: fix issue when {name,open}_to_handle_at() is not implemented	Heiko Thiery
   config.mk: Rerun configure when it is newer than config.mk	David Ahern
   ip: dynamically size columns when printing stats	Jakub Kicinski
   seg6: add counters support for SRv6 Behaviors	Paolo Lungaroni
   tc: htb: improve burst error messages	Andrea Claudi
   tipc: bail out if key is abnormally long	Andrea Claudi
   tipc: bail out if algname is abnormally long	Andrea Claudi
   tipc: call a sub-routine in separate socket	Hoang Le
   tc-cake: update docs to include LE diffserv	Tyson Moore
   dcb: fix memory leak	Andrea Claudi
   dcb: fix return value on dcb_cmd_app_show	Andrea Claudi
   lib: bpf_legacy: avoid to pass invalid argument to close()	Andrea Claudi
   tc: q_ets: drop dead code from argument parsing	Andrea Claudi
   ip: align the name of the 'nohandler' stat	Jakub Kicinski
   Update kernel headers	David Ahern
   Merge branch 'rdma-copy-on-fork' into next	David Ahern
   rdma: Add copy-on-fork to get sys command	Gal Pressman
   rdma: update uapi headers	Gal Pressman
   mptcp: make sure flag signal is set when add addr with port	Jianguo Wu
   Merge branch 'main' into next	David Ahern
   ip: Add nodst option to macvlan type source	Jethro Beekman
   Merge branch 'rdma-resource-tracking' into next	David Ahern
   rdma: Add SRQ resource tracking information	Neta Ostrovsky
   rdma: Add context resource tracking information	Neta Ostrovsky
   rdma: Update uapi headers	Neta Ostrovsky
   Update kernel headers	David Ahern

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2021-08-16 06:51:09 +00:00
Adolf Belka
4d31873a2b iproute2: Update to 5.12.0
- Update from 5.11.0 to 5.12.0
- Update rootfile
- Changelog
   No Changelog in the source tarball or in the git repository
   Changes taken from the git commits from 5.11.0 to 5.12.0
    remove trailing whitespace	Stephen Hemminger
    lib: bpf_legacy: fix missing socket close when connect() fails	Andrea Claudi
    lib: bpf_legacy: treat 0 as a valid file descriptor	Andrea Claudi
    tc: e_bpf: fix memory leak in parse_bpf()	Andrea Claudi
    ip: netns: fix missing netns close on some error paths	Andrea Claudi
    uapi: add missing virtio related headers	Stephen Hemminger
    rdma: stat: fix return code	Andrea Claudi
    rdma: stat: initialize ret in stat_qp_show_parse_cb()	Andrea Claudi
    nexthop: fix memory leak in add_nh_group_attr()	Andrea Claudi
    q_cake: remove useless check on argv	Andrea Claudi
    devlink: always check strslashrsplit() return value	Andrea Claudi
    uapi: update can.h	Stephen Hemminger
    erspan: fix JSON output	Stephen Hemminger
    uapi: bpf.h update from upstream	Stephen Hemminger
    ip: Fix batch processing	Petr Machata
    uapi: minor header update for l2tp	Stephen Hemminger
    README: remove doc instructions	Stephen Hemminger
    ip: cleanup help message text	Stephen Hemminger
    lib/bpf: add missing limits.h includes	Tony Ambardar
    ip: xfrm: limit the length of the security context name when printing	Sabrina Dubroca
    q_cake: Fix incorrect printing of signed values in class statistics	Toke Høiland-Jørgensen
    dcb: Fix compilation warning about reallocarray	Roi Dayan
    iproute: fix printing resolved localhost	Luca Boccassi
    vdpa: add .gitignore	Stephen Hemminger

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-04-30 14:16:24 +00:00
Adolf Belka (ipfire)
0a622d2013 iproute2: Update to 5.11.0
- Update iproute2 from 5.10.0 to 5.11.0
- Updated rootfile
- Changelog extracted from commits
lib/fs: Fix single return points for get_cgroup2_*	Andrea Claudi
lib/fs: avoid double call to mkdir on make_path()	Andrea Claudi
lib/bpf: Fix and simplify bpf_mnt_check_target()	Andrea Claudi
lib/namespace: fix ip -all netns return code	Andrea Claudi
ip: lwtunnel: seg6: bail out if table ids are invalid	Andrea Claudi
tc: m_gate: use SPRINT_BUF when needed	Andrea Claudi
man8/bridge.8: be explicit that "flood" is an egress setting	Vladimir Oltean
man8/bridge.8: explain self vs master for "bridge fdb add"	Vladimir Oltean
man8/bridge.8: fix which one of self/master is default for "bridge fdb"	Vladimir Oltean
man8/bridge.8: explain what a local FDB entry is	Vladimir Oltean
man8/bridge.8: document that "local" is default for "bridge fdb add"	Vladimir Oltean
man8/bridge.8: document the "permanent" flag for "bridge fdb add"	Vladimir Oltean
rdma: Fix statistics bind/unbing argument handling	Ido Kalir
uapi: pick up rpl.h fix	Stephen Hemminger
iproute: force rtm_dst_len to 32/128	Luca Boccassi
ss: Add clarification about host conditions with multiple familes to man	Thayne McCombs
Add documentation of ss filter to man page	Thayne McCombs
iplink: print warning for missing VF data	Edwin Peer
ss: do not emit warn while dumping MPTCP on old kernels	Paolo Abeni
man: tc-taprio.8: document the full offload feature	Vladimir Oltean
iplink_bareudp: cleanup help message and man page	Guillaume Nault
vrf: fix ip vrf exec with libbpf	Luca Boccassi
vrf: print BPF log buffer if bpf_program_load fails	Luca Boccassi
build: Fix link errors on some systems	Roi Dayan
tc: flower: fix json output with mpls lse	Guillaume Nault
dcb: Change --Netns/-N to --netns/-n	Petr Machata
dcb: Plug a leaking DCB socket buffer	Petr Machata
dcb: Set values with RTM_SETDCB type	Petr Machata
uapi: update if_link.h from upstream	Stephen Hemminger
include: uapi: Carry dcbnl.h	Petr Machata
uapi: update kernel headers to 5.11 pre rc1

Signed-off-by: Adolf Belka (ipfire) <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-03-10 13:57:00 +00:00
Adolf Belka
34866cace5 iproute2: Update to 5.10.0
- Update from 5.8.0 to 5.10.0
- No changelog available
- No changes to the rootfiles

Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-01-06 15:15:32 +00:00
Matthias Fischer
db376b5895 iproute2: Update to 5.8.0
For details see:
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/?h=v5.8.0

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2020-08-17 10:09:25 +00:00
Matthias Fischer
d289d6fb5c iproute2: Update to 5.7.0
For details see:
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/?h=v5.7.0

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2020-06-19 17:14:59 +00:00
Erik Kapfer
b1c761c184 iproute2: Update to version 5.6.0
Several fixes and new enhancements, including new binaries (devlink, rdma, tipc) has been added.
For all commits, take a look in here --> https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ .

Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2020-04-30 14:51:15 +00:00
Matthias Fischer
80d5bb76dd iproute2: Update to 5.3.0
For details see:
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/?h=v5.3.0

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2019-10-08 18:37:03 +00:00
Matthias Fischer
5551237b1a iproute2: Update to 5.2.0
For details see:
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2019-10-08 17:56:02 +00:00
Matthias Fischer
b1bfe61711 iproute2: Update to 4.18.0
Triggered by https://bugzilla.ipfire.org/show_bug.cgi?id=11866 ;-)

For details see:
https://lwn.net/Articles/762515/

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-09-20 14:53:35 +01:00
Peter Müller
eee037b890 update disclaimer in LFS files
Most of these files still used old dates and/or domain names for contact
mail addresses. This is now replaced by an up-to-date copyright line.

Just some housekeeping... :-)

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-09-10 19:20:36 +01:00
Michael Tremer
6ffe2da8c9 iproute2: Update to 4.14.1
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2018-02-11 20:56:12 +00:00
Marcel Lorenz
1031bcee20 iproute2: update to 4.7.0
Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2016-09-24 13:11:30 +01:00
Matthias Fischer
9b3ffc7457 iproute2: Update to 4.2.0
List of changes can be seen at
http://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/log/

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2015-09-19 18:49:24 +01:00
Michael Tremer
9a88769967 iproute2: Update to 3.5.1. 2012-08-22 22:03:57 +02:00
Michael Tremer
2722bdb21e iproute2: Update to 3.4.0. 2012-08-20 00:11:22 +02:00
Michael Tremer
bfd77eaf70 Initial commit for static routing.
Add script that initializes the routing table and is supposed to
set the routes.
2011-07-01 20:17:26 +02:00
ms
70df830214 Ein Paar Dateien fuer die GPLv3 angepasst.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@853 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-29 13:25:32 +00:00
ms
dd5add17a8 Zwischencommit fuer LFS. Groff und IPRoute2.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@308 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-10-08 19:16:18 +00:00
ms
9b0ff0a0b6 Zwischencommit beim Umzug auf LFS 6.2.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@299 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-10-01 10:51:18 +00:00
ipfire
cd1a292722 git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 2006-02-15 21:15:54 +00:00