Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-11-24dccp: Header option insertion routine for feature-negotiationGerrit Renker
2008-11-24dccp: Support for Mandatory optionsGerrit Renker
2008-11-24dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker
2008-11-24dccp: API to query the current TX/RX CCIDGerrit Renker
2008-11-24dccp: Set per-connection CCIDs via socket optionsGerrit Renker
2008-11-24net: af_netlink should update its inuse counterEric Dumazet
2008-11-24net: some optimizations in af_inetEric Dumazet
2008-11-22net: remove redundant argument commentsQinghuang Feng
2008-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2008-11-22inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller
2008-11-21wireless: clean up sysfs code using %pMJohannes Berg
2008-11-21net/ieee80211 -> drivers/net/ipw2x00/libipw_* renameJohn W. Linville
2008-11-21lib80211: consolidate crypt init routinesJohn W. Linville
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville
2008-11-21mac80211: remove unnecessary include.Rami Rosen
2008-11-21mac80211: rc80211_pid eliminate sparse warningsTomas Winkler
2008-11-21mac80211: remove more excess kernel-docRandy Dunlap
2008-11-21mac80211: disable BSSID filtering for mesh interfacesAndrey Yurovsky
2008-11-21pkt_sched: sch_drr: Fix qlen in drr_drop()Jarek Poplawski
2008-11-21DCB: Add support for DCB BCNAlexander Duyck
2008-11-21DCB: Add interface to query the state of PFC feature.Alexander Duyck
2008-11-21DCB: Add interface to query # of TCs supported by deviceAlexander Duyck
2008-11-21DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck
2008-11-21ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck
2008-11-21net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet
2008-11-21ipgre: convert to netdevice_opsStephen Hemminger
2008-11-21ipv6: convert tunnels to net_device_opsStephen Hemminger
2008-11-21ipip: convert to net_device_opsStephen Hemminger
2008-11-21hippi: convert driver to net_device_opsStephen Hemminger
2008-11-21fddi: convert to new network device opsStephen Hemminger
2008-11-21ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-21SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust
2008-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-11-20netdevice wanrouter: Convert directly reference of netdev->privWang Chen
2008-11-20net: fix tiny output corruption of /proc/net/snmp6Alexey Dobriyan
2008-11-20ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery
2008-11-20pkt_sched: remove unnecessary xchg() in packet classifiersPatrick McHardy
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy
2008-11-20pkt_sched: add DRR schedulerPatrick McHardy
2008-11-20pkt_sched: fix missing check for packet overrun in qdisc_dump_stab()Patrick McHardy
2008-11-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2008-11-20net: ip_sockglue.c add static, annotate ports' endiannessHarvey Harrison
2008-11-20TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()Balazs Scheidler
2008-11-20TPROXY: fill struct flowi->flags in udp_sendmsg()Balazs Scheidler
2008-11-20dccp: Fix bracing in dccp_feat_list_lookup.Gerrit Renker
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet
2008-11-20vlan: convert to net_device_opsStephen Hemminger