Age | Commit message (Expand) | Author |
2008-11-23 | net: Make sure BHs are disabled in sock_prot_inuse_add() | David S. Miller |
2008-11-23 | net: fix tunnels in netns after ndo_ changes | Alexey Dobriyan |
2008-11-23 | net: Convert TCP/DCCP listening hash tables to use RCU | Eric Dumazet |
2008-11-23 | dccp: Header option insertion routine for feature-negotiation | Gerrit Renker |
2008-11-23 | dccp: Support for Mandatory options | Gerrit Renker |
2008-11-23 | dccp: Increase the scope of variable-length htonl/ntohl functions | Gerrit Renker |
2008-11-23 | dccp: API to query the current TX/RX CCID | Gerrit Renker |
2008-11-23 | dccp: Set per-connection CCIDs via socket options | Gerrit Renker |
2008-11-23 | net: af_netlink should update its inuse counter | Eric Dumazet |
2008-11-23 | net: some optimizations in af_inet | Eric Dumazet |
2008-11-21 | net: remove redundant argument comments | Qinghuang Feng |
2008-11-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller |
2008-11-21 | inet_diag: Missed conversion after changing inet ehash lockl to spinlocks. | David S. Miller |
2008-11-21 | wireless: clean up sysfs code using %pM | Johannes Berg |
2008-11-21 | net/ieee80211 -> drivers/net/ipw2x00/libipw_* rename | John W. Linville |
2008-11-21 | lib80211: consolidate crypt init routines | John W. Linville |
2008-11-21 | lib80211: absorb crypto bits from net/ieee80211 | John W. Linville |
2008-11-21 | mac80211: remove unnecessary include. | Rami Rosen |
2008-11-21 | mac80211: rc80211_pid eliminate sparse warnings | Tomas Winkler |
2008-11-21 | mac80211: remove more excess kernel-doc | Randy Dunlap |
2008-11-21 | mac80211: disable BSSID filtering for mesh interfaces | Andrey Yurovsky |
2008-11-21 | pkt_sched: sch_drr: Fix qlen in drr_drop() | Jarek Poplawski |
2008-11-20 | DCB: Add support for DCB BCN | Alexander Duyck |
2008-11-20 | DCB: Add interface to query the state of PFC feature. | Alexander Duyck |
2008-11-20 | DCB: Add interface to query # of TCs supported by device | Alexander Duyck |
2008-11-20 | DCB: Add interface to query for the DCB capabilities of an device. | Alexander Duyck |
2008-11-20 | ixgbe: this patch adds support for DCB to the kernel and ixgbe driver | Alexander Duyck |
2008-11-20 | net: convert TCP/DCCP ehash rwlocks to spinlocks | Eric Dumazet |
2008-11-20 | ipgre: convert to netdevice_ops | Stephen Hemminger |
2008-11-20 | ipv6: convert tunnels to net_device_ops | Stephen Hemminger |
2008-11-20 | ipip: convert to net_device_ops | Stephen Hemminger |
2008-11-20 | hippi: convert driver to net_device_ops | Stephen Hemminger |
2008-11-20 | fddi: convert to new network device ops | Stephen Hemminger |
2008-11-20 | ipmr: convert ipmr virtual interface to net_device_ops | Stephen Hemminger |
2008-11-20 | netdev: add more functions to netdevice ops | Stephen Hemminger |
2008-11-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-11-20 | SUNRPC: Fix a performance regression in the RPC authentication code | Trond Myklebust |
2008-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2008-11-20 | netdevice wanrouter: Convert directly reference of netdev->priv | Wang Chen |
2008-11-20 | net: fix tiny output corruption of /proc/net/snmp6 | Alexey Dobriyan |
2008-11-20 | ipv6: use seq_release_private for ip6mr.c /proc entries | Benjamin Thery |
2008-11-20 | pkt_sched: remove unnecessary xchg() in packet classifiers | Patrick McHardy |
2008-11-20 | pkt_sched: remove unnecessary xchg() in packet schedulers | Patrick McHardy |
2008-11-20 | pkt_sched: add DRR scheduler | Patrick McHardy |
2008-11-20 | pkt_sched: fix missing check for packet overrun in qdisc_dump_stab() | Patrick McHardy |
2008-11-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller |
2008-11-20 | net: ip_sockglue.c add static, annotate ports' endianness | Harvey Harrison |
2008-11-20 | TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header() | Balazs Scheidler |
2008-11-20 | TPROXY: fill struct flowi->flags in udp_sendmsg() | Balazs Scheidler |
2008-11-20 | dccp: Fix bracing in dccp_feat_list_lookup. | Gerrit Renker |