summaryrefslogtreecommitdiffstats
path: root/drivers/net/pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* pppoe: warning fixStephen Hemminger2008-06-201-1/+1
* pppoe: Unshare skb before anything elseHerbert Xu2008-06-101-3/+3
* net pppoe: Check packet length on all receive pathsHerbert Xu2008-06-101-14/+17
* netdev: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-3/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-3/+3
* [PPP]: Sparse warning fixes.Stephen Hemminger2008-01-281-0/+2
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-4/+4
* pppoe: endiannessAl Viro2007-10-101-9/+9
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-5/+3
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+2
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+6
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-2/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [PPP] pppoe: Fix double-free on skb after transmit failureHerbert Xu2007-09-201-2/+1
* [NET] skbuff: Add skb_cow_headHerbert Xu2007-09-161-1/+1
* [PPP] pppoe: Fill in header directly in __pppoe_xmitHerbert Xu2007-09-161-11/+9
* [PPP] pppoe: Fix data clobbering in __pppoe_xmit and return valueHerbert Xu2007-09-161-37/+13
* [PPP] pppoe: Fix skb_unshare_check call positionHerbert Xu2007-09-161-3/+3
* [PPPOE]: Improve hashing function in hash_item().Florian Zumbiehl2007-07-311-10/+15
* [PPPoE]: move lock_sock() in pppoe_sendmsg() to the right locationFlorian Zumbiehl2007-07-311-2/+1
* [PPPoX/E]: return ENOTTY on unknown ioctl requestsFlorian Zumbiehl2007-07-311-4/+5
* [PPPOE]: Fix device tear-down notification.Michal Ostrowski2007-04-251-37/+50
* [PPPOE]: race between interface going down and connect()Florian Zumbiehl2007-04-251-13/+6
* [PPPoE]: miscellaneous smaller cleanupsFlorian Zumbiehl2007-04-251-13/+8
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* [PPPOE]: Introduce pppoe_hdr()Arnaldo Carvalho de Melo2007-04-251-14/+8
* [PPPOE]: Use ifindex instead of device pointer in key lookups.Florian Zumbiehl2007-03-051-5/+6
* [PPPOE]: Key connections properly on local device.Florian Zumbiehl2007-03-021-20/+32
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo2006-12-021-1/+1
* [PPPOE]: Advertise PPPoE MTUMichal Ostrowski2006-09-281-0/+1
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-8/+8
* [PPPOE]: Missing result check in __pppoe_xmit().Florin Malita2006-06-051-0/+3
* [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2006-03-201-2/+1
* [PPPOX]: Fix assignment into const proto_ops.David S. Miller2006-01-031-5/+4
* [SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo2006-01-031-20/+2
* [PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro2005-09-291-2/+2
* [NET]: Kill skb->real_devDavid S. Miller2005-08-291-2/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1153