aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* DCB: Add support for DCB BCNAlexander Duyck2008-11-201-7/+167
* DCB: Add interface to query the state of PFC feature.Alexander Duyck2008-11-201-0/+43
* DCB: Add interface to query # of TCs supported by deviceAlexander Duyck2008-11-201-0/+132
* DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck2008-11-201-0/+82
* ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck2008-11-205-0/+721
* net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-204-36/+34
* ipgre: convert to netdevice_opsStephen Hemminger2008-11-201-16/+26
* ipv6: convert tunnels to net_device_opsStephen Hemminger2008-11-202-30/+32
* ipip: convert to net_device_opsStephen Hemminger2008-11-201-16/+17
* hippi: convert driver to net_device_opsStephen Hemminger2008-11-201-5/+9
* fddi: convert to new network device opsStephen Hemminger2008-11-201-2/+6
* ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger2008-11-202-2/+10
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-206-19/+25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-2013-178/+74
|\
| * SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust2008-11-201-2/+18
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-2010-67/+46
| |\
| | * net: fix tiny output corruption of /proc/net/snmp6Alexey Dobriyan2008-11-201-3/+3
| | * ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery2008-11-201-2/+2
| | * pkt_sched: fix missing check for packet overrun in qdisc_dump_stab()Patrick McHardy2008-11-201-0/+2
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-201-22/+0
| | |\
| | | * mac80211: remove ieee80211_notify_macJohannes Berg2008-11-181-22/+0
| | * | TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()Balazs Scheidler2008-11-201-0/+1
| | * | TPROXY: fill struct flowi->flags in udp_sendmsg()Balazs Scheidler2008-11-201-0/+1
| | * | net: Do not fire linkwatch events until the device is registered.David S. Miller2008-11-191-1/+6
| | * | phonet: fix compilation with gcc-3.4Alexey Dobriyan2008-11-191-28/+24
| | * | pktgen: fix multiple queue warningRobert Olsson2008-11-191-7/+2
| | * | net: fix ip_mr_init() error pathBenjamin Thery2008-11-191-4/+5
| | |/
| * | reintroduce accept4Ulrich Drepper2008-11-192-115/+15
| |/
* | netdevice wanrouter: Convert directly reference of netdev->privWang Chen2008-11-201-25/+11
* | pkt_sched: remove unnecessary xchg() in packet classifiersPatrick McHardy2008-11-207-18/+12
* | pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-2011-31/+52
* | pkt_sched: add DRR schedulerPatrick McHardy2008-11-203-0/+517
* | net: ip_sockglue.c add static, annotate ports' endiannessHarvey Harrison2008-11-201-2/+2
* | dccp: Fix bracing in dccp_feat_list_lookup.Gerrit Renker2008-11-201-1/+2
* | filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso2008-11-201-0/+19
* | net: listening_hash get a spinlock per bucketEric Dumazet2008-11-205-89/+64
* | vlan: convert to net_device_opsStephen Hemminger2008-11-192-20/+28
* | ip: convert to net_device_ops for ioctlStephen Hemminger2008-11-192-12/+26
* | bridge: convert to net_device_opsStephen Hemminger2008-11-191-7/+11
* | netdev: expose ethernet address primitivesStephen Hemminger2008-11-191-5/+8
* | netdev: introduce dev_get_stats()Stephen Hemminger2008-11-193-10/+22
* | netdev: network device operations infrastructureStephen Hemminger2008-11-195-41/+91
* | net: af_unix should use KERN_INFO instead of KERN_DEBUGEric Dumazet2008-11-191-1/+1
* | include/net net/ - csum_partial - remove unnecessary castsJoe Perches2008-11-198-15/+15
* | net: inet_diag_handler structs can be constEric Dumazet2008-11-192-2/+2
* | net: make /proc/net/protocols namespace awareEric Dumazet2008-11-191-5/+24
* | net: af_packet should update its inuse counterEric Dumazet2008-11-191-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-1811-21/+45
|\ \ | |/
| * rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg2008-11-161-1/+3
| * Phonet: refuse to send bigger than MTU packetsRĂ©mi Denis-Courmont2008-11-161-2/+2