summaryrefslogtreecommitdiffstats
path: root/net/mpls
Commit message (Expand)AuthorAgeFilesLines
* mpls: In mpls_egress verify the packet length.Eric W. Biederman2015-03-131-1/+16
* mpls: Allow mpls_gso and mpls_router to be built as modulesRobert Shearman2015-03-112-4/+6
* mpls: Spelling: s/conceved/conceived/, s/as/a/Geert Uytterhoeven2015-03-091-2/+2
* neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2015-03-091-13/+22
* mpls: Correct the ttl decrement.Eric W. Biederman2015-03-091-1/+1
* mpls: Better error code for unsupported option.Eric W. Biederman2015-03-091-1/+1
* mpls: Cleanup the rcu usage in the code.Eric W. Biederman2015-03-091-26/+47
* mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman2015-03-091-1/+1
* mpls: Properly validate RTA_VIA payload lengthRobert Shearman2015-03-061-1/+4
* mpls: using vzalloc requires including vmalloc.hStephen Rothwell2015-03-061-0/+1
* mpls: rtm_mpls_policy[] can be staticWu Fengguang2015-03-041-1/+1
* mpls: Multicast route table change notificationsEric W. Biederman2015-03-041-0/+60
* mpls: Netlink commands to add, remove, and dump routesEric W. Biederman2015-03-041-0/+229
* mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman2015-03-042-0/+60
* mpls: Basic support for adding and removing routesEric W. Biederman2015-03-041-0/+133
* mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman2015-03-041-0/+146
* mpls: Basic routing supportEric W. Biederman2015-03-044-0/+411
* mpls: Refactor how the mpls module is builtEric W. Biederman2015-03-041-1/+17
* net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-311-2/+2
* mpls: Fix allowed protocols for mpls gsoPravin B Shelar2014-12-241-4/+1Star
* net: Remove MPLS GSO feature.Pravin B Shelar2014-11-061-2/+1Star
* mpls: Allow mpls_gso to be built as modulePravin B Shelar2014-10-311-1/+1
* mpls: Fix mpls_gso handler.Pravin B Shelar2014-10-311-2/+1Star
* net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2014-10-201-1/+1
* net: Remove gso_send_check as an offload callbackTom Herbert2014-09-261-7/+0Star
* gre: Call gso_make_checksumTom Herbert2014-06-051-0/+1
* ipip: add GSO/TSO supportEric Dumazet2013-10-201-0/+1
* MPLS: Add limited GSO supportSimon Horman2013-05-283-0/+121