summaryrefslogtreecommitdiffstats
path: root/net/802
Commit message (Expand)AuthorAgeFilesLines
...
| * net: fix tokenring licenseMeelis Roos2009-03-041-0/+2
* | net/802: fix sparse warnings: context imbalanceHannes Eder2009-02-271-0/+2
* | snap: handle registration error and compile warningStephen Hemminger2009-02-231-3/+4
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
|/
* hippi: convert driver to net_device_opsStephen Hemminger2008-11-211-5/+9
* fddi: convert to new network device opsStephen Hemminger2008-11-211-2/+6
* net: '&' reduxAlexey Dobriyan2008-11-041-1/+1
* net: convert print_mac to %pMJohannes Berg2008-10-281-15/+7Star
* net/802/fc.c: Fix compilation warningsManish Katiyar2008-10-151-1/+1
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-141-1/+1
* list_for_each_rcu must die: networkingPaul E. McKenney2008-07-251-3/+1Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-0/+1
|\
| * rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
* | garp: retry sending JoinIn messages after allocation failuresPatrick McHardy2008-07-171-1/+4
* | net: Add GARP applicant-only participantPatrick McHardy2008-07-063-0/+638
* | net: Add STP demux layerPatrick McHardy2008-07-063-0/+106
|/
* [TR] net/802/tr.c: sysctl_tr_rif_timeout staticAdrian Bunk2008-02-011-1/+1
* [TR]: Use ctl paths to register net/token-ring/ tablePavel Emelyanov2008-01-283-36/+25Star
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+1Star
* [TOKENRING]: rif_timer not initialized properlyEric Dumazet2008-01-141-1/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-114-19/+33
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-111-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-13/+15
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-1/+2
* [SNAP]: Check packet length before readingHerbert Xu2007-08-221-5/+12
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-1/+2
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-263-3/+3
* [HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->devArnaldo Carvalho de Melo2007-04-262-4/+5
* [TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo2007-04-261-0/+1
* [TR]: Use tr_hdr() were appropriateArnaldo Carvalho de Melo2007-04-261-1/+2
* [NET] 802: Use hton{s,l}() where appropriate.YOSHIFUJI Hideaki2007-04-262-4/+4
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-143-3/+0Star
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] 802: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-115-104/+104
* [NET]: Kill direct includes of asm/checksum.hAl Viro2006-12-031-1/+0Star
* [TR]: endiannness annotationsAl Viro2006-09-291-6/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-304-4/+0Star
* [TR]: Remove an unused export.Adrian Bunk2006-05-171-1/+0Star
* [SNAP]: Remove leftover unused hdr variableArnaldo Carvalho de Melo2006-03-211-1/+0Star
* [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2006-03-211-2/+1Star
* [P8023]: Fix tainting of kernel.Dave Jones2006-02-141-0/+2
* [NET] snap: needs hardware checksum fixStephen Hemminger2006-02-031-0/+2
* [PATCH] tiny: Trim non-IPX buildsMatt Mackall2006-01-091-3/+1Star
* [NET]: kfree cleanupJesper Juhl2005-11-081-2/+1Star
* [TR]: Preserve RIF flag even for 2 byte RIF fields.Jochen Friedrich2005-10-261-2/+3