Age | Commit message (Expand) | Author | Files | Lines |
2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca | 1 | -4/+3 |
2019-07-19 | proc/sysctl: add shared variables for range check | Matteo Croce | 1 | -6/+4 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -12/+14 |
2019-04-28 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -1/+1 |
2019-04-23 | net: Rename net/nexthop.h net/rtnh.h | David Ahern | 1 | -1/+1 |
2019-03-29 | ipv6: Move ipv6 stubs to a separate header file | David Ahern | 1 | -1/+1 |
2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2019-02-27 | mpls: Return error for RTA_GATEWAY attribute | David Ahern | 1 | -0/+3 |
2019-01-19 | net: mpls: netconf: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -3/+39 |
2019-01-19 | net: mpls: route: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -2/+59 |
2018-10-16 | net/mpls: Handle kernel side filtering of route dumps | David Ahern | 1 | -5/+28 |
2018-10-16 | net: Enable kernel side filtering of route dumps | David Ahern | 1 | -4/+5 |
2018-10-16 | net/mpls: Plumb support for filtering route dumps | David Ahern | 1 | -1/+41 |
2018-10-16 | net: Add struct for fib dump filter | David Ahern | 1 | -4/+8 |
2018-10-11 | net/mpls: Implement handler for strict data checking on dumps | David Ahern | 1 | -1/+35 |
2018-10-08 | net: Update netconf dump handlers for strict data checking | David Ahern | 1 | -1/+17 |
2018-10-08 | rtnetlink: Update fib dumps for strict data checking | David Ahern | 1 | -0/+8 |
2018-10-08 | net: Add extack to nlmsg_parse | David Ahern | 1 | -1/+1 |
2018-09-24 | mpls: allow routes on ip6gre devices | Saif Hasan | 1 | -1/+5 |
2018-03-05 | net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len | Daniel Axtens | 1 | -1/+1 |
2018-02-08 | mpls, nospec: Sanitize array index in mpls_label_ok() | Dan Williams | 1 | -10/+14 |
2017-12-04 | net: use rtnl_register_module where needed | Florian Westphal | 1 | -6/+9 |
2017-10-12 | net: mpls: make function ipgre_mpls_encap_hlen static | Colin Ian King | 1 | -1/+1 |
2017-10-07 | ip_tunnel: add mpls over gre support | Amine Kherbouche | 1 | -0/+36 |
2017-08-10 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 1 | -4/+4 |
2017-07-08 | mpls: fix uninitialized in_label var warning in mpls_getroute | Roopa Prabhu | 1 | -4/+8 |
2017-07-05 | mpls: fix rtm policy in mpls_getroute | Roopa Prabhu | 1 | -1/+1 |
2017-07-04 | mpls: route get support | Roopa Prabhu | 1 | -1/+162 |
2017-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-05-31 | mpls: fix clearing of dead nh_flags on link up | Roopa Prabhu | 1 | -1/+1 |
2017-05-30 | net: mpls: remove unnecessary initialization of err | David Ahern | 1 | -2/+0 |
2017-05-30 | net: mpls: Make nla_get_via in af_mpls.c | David Ahern | 1 | -48/+48 |
2017-05-30 | net: mpls: Add extack messages for route add and delete failures | David Ahern | 1 | -39/+86 |
2017-05-30 | net: mpls: Pull common label check into helper | David Ahern | 1 | -15/+17 |
2017-05-30 | net: Fill in extack for mpls lwt encap | David Ahern | 1 | -10/+39 |
2017-05-09 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 1 | -4/+1 |
2017-04-17 | net: rtnetlink: plumb extended ack to doit function | David Ahern | 1 | -3/+6 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -2/+3 |
2017-04-02 | net: mpls: Increase max number of labels for lwt encap | David Ahern | 1 | -5/+0 |
2017-04-02 | net: mpls: bump maximum number of labels | David Ahern | 1 | -33/+70 |
2017-04-02 | net: mpls: Limit memory allocation for mpls_route | David Ahern | 1 | -10/+21 |
2017-04-02 | net: mpls: change mpls_route layout | David Ahern | 1 | -16/+21 |
2017-04-02 | net: mpls: Convert number of nexthops to u8 | David Ahern | 1 | -11/+17 |
2017-04-02 | net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCE | David Ahern | 1 | -11/+25 |
2017-03-29 | net: mpls: Update lfib_nlmsg_size to skip deleted nexthops | David Ahern | 1 | -0/+2 |
2017-03-29 | net: mpls: Send netconf messages on device register and unregister | David Ahern | 1 | -5/+11 |
2017-03-29 | net:mpls: Refactor mpls_netconf_notify_devconf to take event | David Ahern | 1 | -7/+5 |
2017-03-28 | net: mpls: Delete route when all nexthops have been deleted | David Ahern | 1 | -1/+8 |
2017-03-28 | net: mpls: Don't show nexthop if device has been deleted | David Ahern | 1 | -3/+5 |