aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-23dccp: API to query the current TX/RX CCIDGerrit Renker3-5/+30
2008-11-23dccp: Set per-connection CCIDs via socket optionsGerrit Renker4-8/+42
2008-11-23net: af_netlink should update its inuse counterEric Dumazet1-0/+2
2008-11-23net: some optimizations in af_inetEric Dumazet1-5/+4
2008-11-21net: remove redundant argument commentsQinghuang Feng6-7/+0
2008-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller21-4084/+441
2008-11-21inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller1-5/+5
2008-11-21wireless: clean up sysfs code using %pMJohannes Berg1-15/+10
2008-11-21net/ieee80211 -> drivers/net/ipw2x00/libipw_* renameJohn W. Linville9-3644/+0
2008-11-21lib80211: consolidate crypt init routinesJohn W. Linville2-24/+40
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville13-452/+433
2008-11-21mac80211: remove unnecessary include.Rami Rosen1-1/+0
2008-11-21mac80211: rc80211_pid eliminate sparse warningsTomas Winkler1-3/+3
2008-11-21mac80211: remove more excess kernel-docRandy Dunlap1-3/+0
2008-11-21mac80211: disable BSSID filtering for mesh interfacesAndrey Yurovsky1-2/+15
2008-11-21pkt_sched: sch_drr: Fix qlen in drr_drop()Jarek Poplawski1-0/+1
2008-11-20DCB: Add support for DCB BCNAlexander Duyck1-7/+167
2008-11-20DCB: Add interface to query the state of PFC feature.Alexander Duyck1-0/+43
2008-11-20DCB: Add interface to query # of TCs supported by deviceAlexander Duyck1-0/+132
2008-11-20DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck1-0/+82
2008-11-20ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck5-0/+721
2008-11-20net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet4-36/+34
2008-11-20ipgre: convert to netdevice_opsStephen Hemminger1-16/+26
2008-11-20ipv6: convert tunnels to net_device_opsStephen Hemminger2-30/+32
2008-11-20ipip: convert to net_device_opsStephen Hemminger1-16/+17
2008-11-20hippi: convert driver to net_device_opsStephen Hemminger1-5/+9
2008-11-20fddi: convert to new network device opsStephen Hemminger1-2/+6
2008-11-20ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger2-2/+10
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger6-19/+25
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller13-178/+74
2008-11-20SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust1-2/+18
2008-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-67/+46
2008-11-20netdevice wanrouter: Convert directly reference of netdev->privWang Chen1-25/+11
2008-11-20net: fix tiny output corruption of /proc/net/snmp6Alexey Dobriyan1-3/+3
2008-11-20ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery1-2/+2
2008-11-20pkt_sched: remove unnecessary xchg() in packet classifiersPatrick McHardy7-18/+12
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy11-31/+52
2008-11-20pkt_sched: add DRR schedulerPatrick McHardy3-0/+517
2008-11-20pkt_sched: fix missing check for packet overrun in qdisc_dump_stab()Patrick McHardy1-0/+2
2008-11-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-22/+0
2008-11-20net: ip_sockglue.c add static, annotate ports' endiannessHarvey Harrison1-2/+2
2008-11-20TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()Balazs Scheidler1-0/+1
2008-11-20TPROXY: fill struct flowi->flags in udp_sendmsg()Balazs Scheidler1-0/+1
2008-11-20dccp: Fix bracing in dccp_feat_list_lookup.Gerrit Renker1-1/+2
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso1-0/+19
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet5-89/+64
2008-11-19vlan: convert to net_device_opsStephen Hemminger2-20/+28
2008-11-19ip: convert to net_device_ops for ioctlStephen Hemminger2-12/+26
2008-11-19bridge: convert to net_device_opsStephen Hemminger1-7/+11
2008-11-19netdev: expose ethernet address primitivesStephen Hemminger1-5/+8