aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-10l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-5/+1
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+4
2015-09-25l2tp: auto load type modulesstephen hemminger1-0/+1
2015-03-03l2tp: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2014-11-21l2tp_eth: allow to set a specific mac addressAlexander Couzens1-0/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2012-11-02l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet1-1/+2
2012-09-04l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet1-5/+10
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet1-11/+32
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet1-3/+3
2012-06-07net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet1-0/+2
2012-05-17net: l2tp: Standardize logging stylesJoe Perches1-10/+5
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-03-21l2tp: fix possible oops on l2tp_eth module unloadJames Chapman1-1/+1
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-09-02net: another last_rx roundEric Dumazet1-1/+0
2010-08-26l2tp: test for ethernet header in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2010-04-23l2tp_eth: fix memory allocationJiri Pirko1-28/+1
2010-04-03l2tp: Fix L2TP_DEBUGFS ifdef tests.David S. Miller1-2/+2
2010-04-03l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman1-0/+14
2010-04-03l2tp: Add L2TP ethernet pseudowire supportJames Chapman1-0/+347