Commit Graph

103 Commits (97658cdd3af7d01461874c93b89afa4a2465e7c6)

Author SHA1 Message Date
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
David S. Miller d52344a7ae ppp: Use SKB queue abstraction interfaces in fragment processing. 14 years ago
David S. Miller 212bfb9e94 ppp: Reconstruct fragmented packets using frag lists instead of copying. 14 years ago
David S. Miller b48f8c23c3 ppp: Clean up kernel log messages. 14 years ago
Changli Gao 96545aeb7b net: ppp: use {get,put}_unaligned_be{16,32} 14 years ago
stephen hemminger d39cd5e99a ppp: allow disabling multilink protocol ID compression 14 years ago
Cyrill Gorcunov bcc70bb3ae net, ppp: Report correct error code if unit allocation failed 14 years ago
Eric Dumazet 93aaae2e01 filter: optimize sk_run_filter 14 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
David S. Miller a00eac0c45 ppp: Use a real SKB control block in fragmentation engine. 15 years ago
Dan Carpenter 3429769bc6 ppp: potential NULL dereference in ppp_mp_explode() 15 years ago
Arnd Bergmann 15fd0cd9a2 net: autoconvert trivial BKL users to private mutex 15 years ago
Ben McKeegan 536e00e570 ppp_generic: fix multilink fragment sizes 15 years ago
stephen hemminger c6b20d941b ppp: eliminate shadowed variable name 15 years ago
Julia Lawall b23d00e921 drivers/net: Use memdup_user 15 years ago
Rami Rosen 604c1b1868 cleanup: remove MIN_FRAG_SIZE definition. 15 years ago
Kay Sievers 578454ff7e driver core: add devname module aliases to allow module on-demand auto-loading 15 years ago
Simon Arlott 19937d0482 ppp_generic: handle non-linear skbs when passing them to pppd 15 years ago
Simon Arlott ea8420e9f5 ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is valid 15 years ago
James Chapman 63f96072f9 ppp: Add ppp_dev_name() exported function 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Lennart Sorensen fa44a73cc7 ppp_generic.c severly whitespace damanged by 9c705260fe 15 years ago
Joe Perches 8e95a2026f drivers/net: Move && and || to end of previous line 15 years ago
Eric W. Biederman 741a6fa210 net: Simplify ppp_generic pernet operations. 15 years ago
Eric Dumazet f99189b186 netns: net_identifiers should be read_mostly 15 years ago
Ben McKeegan 82b3cc1a2f ppp: fix BUG on non-linear SKB (multilink receive) 15 years ago
Stephen Hemminger 424efe9caf netdev: convert pseudo drivers to netdev_tx_t 16 years ago
David S. Miller 886f9fe683 ppp_generic: Help GCC see that 'flen' is always initialized. 16 years ago
Ben McKeegan a53a8b5682 ppp: fix lost fragments in ppp_mp_explode() (resubmit) 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Eric Dumazet 8b2d850db2 ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup() 16 years ago
Gabriele Paoloni 9c705260fe ppp: ppp_mp_explode() redesign 16 years ago
Wei Yongjun 1d2f8c9507 ppp: remove some pointless conditionals before kfree_skb() 16 years ago
Paulius Zaleckas 6ceffd4778 ppp_generic: Simplify tx_dropped stats 16 years ago
Hannes Eder d6781f2af8 drivers/net/ppp*.c: fix sparse warnings: fix signedness 16 years ago
Alexey Dobriyan 0012985d18 ppp: section fixes re netns 16 years ago
Cyrill Gorcunov 273ec51dd7 net: ppp_generic - introduce net-namespace functionality v2 16 years ago
Cyrill Gorcunov 859975764f net: ppp_generic - fix regressions caused by IDR conversion 16 years ago
Cyrill Gorcunov ab5024ab23 net: ppp_generic - use DEFINE_IDR for static initialization 16 years ago
James Chapman 739840d529 ppp: fix segfaults introduced by netdev_priv changes 16 years ago
Cyrill Gorcunov 7a95d267fb net: ppp_generic - use idr technique instead of cardmaps 16 years ago
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops 16 years ago
Wang Chen c8019bf3af netdevice ppp: Convert directly reference of netdev->priv 16 years ago
Stephen Hemminger 52256cfc9f ppp: convert to net_device_ops 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 17 years ago
Greg Kroah-Hartman 6e05d6c467 device create: net: convert device_create_drvdata to device_create 17 years ago
Johannes Berg a65e5d782f remove CONFIG_KMOD from drivers 17 years ago
David S. Miller 13c9821ea4 ppp: Use skb_queue_walk() in ppp_mp_insert(). 17 years ago
David S. Miller 38ce7c7369 ppp_generic: Use skb_peek() in ppp_receive_mp_frame(). 17 years ago
David S. Miller 43f59c8939 net: Remove __skb_insert() calls outside of skbuff internals. 17 years ago