aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-12mpls: In mpls_egress verify the packet length.Eric W. Biederman1-1/+16
2015-03-11mpls: Allow mpls_gso and mpls_router to be built as modulesRobert Shearman2-4/+6
2015-03-09mpls: Spelling: s/conceved/conceived/, s/as/a/Geert Uytterhoeven1-2/+2
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman1-13/+22
2015-03-08mpls: Correct the ttl decrement.Eric W. Biederman1-1/+1
2015-03-08mpls: Better error code for unsupported option.Eric W. Biederman1-1/+1
2015-03-08mpls: Cleanup the rcu usage in the code.Eric W. Biederman1-26/+47
2015-03-08mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman1-1/+1
2015-03-06mpls: Properly validate RTA_VIA payload lengthRobert Shearman1-1/+4
2015-03-05mpls: using vzalloc requires including vmalloc.hStephen Rothwell1-0/+1
2015-03-04mpls: rtm_mpls_policy[] can be staticWu Fengguang1-1/+1
2015-03-04mpls: Multicast route table change notificationsEric W. Biederman1-0/+60
2015-03-04mpls: Netlink commands to add, remove, and dump routesEric W. Biederman1-0/+229
2015-03-04mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman2-0/+60
2015-03-04mpls: Basic support for adding and removing routesEric W. Biederman1-0/+133
2015-03-04mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman1-0/+146
2015-03-04mpls: Basic routing supportEric W. Biederman4-0/+411
2015-03-04mpls: Refactor how the mpls module is builtEric W. Biederman1-1/+17
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann1-2/+2
2014-12-23mpls: Fix allowed protocols for mpls gsoPravin B Shelar1-4/+1
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-2/+1
2014-10-31mpls: Allow mpls_gso to be built as modulePravin B Shelar1-1/+1
2014-10-31mpls: Fix mpls_gso handler.Pravin B Shelar1-2/+1
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal1-1/+1
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert1-7/+0
2014-06-04gre: Call gso_make_checksumTom Herbert1-0/+1
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-0/+1
2013-05-27MPLS: Add limited GSO supportSimon Horman3-0/+121