Re: [PATCH net-next 0/3] validate variable length ll headers

2016-03-09 Thread David Miller
From: Willem de Bruijn Date: Wed, 9 Mar 2016 23:22:59 -0500 > On Wed, Mar 9, 2016 at 10:13 PM, David Miller wrote: >> From: Willem de Bruijn >> Date: Wed, 9 Mar 2016 21:58:31 -0500 >> >>> Allow device-specific validation of link layer headers. Existing >>> checks drop all packets shorter than

Re: [PATCH net-next 0/3] validate variable length ll headers

2016-03-09 Thread Willem de Bruijn
On Wed, Mar 9, 2016 at 10:13 PM, David Miller wrote: > From: Willem de Bruijn > Date: Wed, 9 Mar 2016 21:58:31 -0500 > >> Allow device-specific validation of link layer headers. Existing >> checks drop all packets shorter than hard_header_len. For variable >> length protocols, such packets can b

Re: [PATCH net-next 0/3] validate variable length ll headers

2016-03-09 Thread David Miller
From: Willem de Bruijn Date: Wed, 9 Mar 2016 21:58:31 -0500 > Allow device-specific validation of link layer headers. Existing > checks drop all packets shorter than hard_header_len. For variable > length protocols, such packets can be valid. > > patch 1 adds header_ops.validate and dev_validat

[PATCH net-next 0/3] validate variable length ll headers

2016-03-09 Thread Willem de Bruijn
From: Willem de Bruijn Allow device-specific validation of link layer headers. Existing checks drop all packets shorter than hard_header_len. For variable length protocols, such packets can be valid. patch 1 adds header_ops.validate and dev_validate_header patch 2 implements the protocol specifi