summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller13-178/+74
2008-11-21SUNRPC: Fix a performance regression in the RPC authentication codeTrond Myklebust1-2/+18
2008-11-21Merge 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/linvil...David 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-20vlan: convert to net_device_opsStephen Hemminger2-20/+28
2008-11-20ip: convert to net_device_ops for ioctlStephen Hemminger2-12/+26
2008-11-20bridge: convert to net_device_opsStephen Hemminger1-7/+11
2008-11-20netdev: expose ethernet address primitivesStephen Hemminger1-5/+8
2008-11-20netdev: introduce dev_get_stats()Stephen Hemminger3-10/+22
2008-11-20netdev: network device operations infrastructureStephen Hemminger5-41/+91
2008-11-20reintroduce accept4Ulrich Drepper2-115/+15
2008-11-20net: af_unix should use KERN_INFO instead of KERN_DEBUGEric Dumazet1-1/+1
2008-11-20include/net net/ - csum_partial - remove unnecessary castsJoe Perches8-15/+15
2008-11-20net: inet_diag_handler structs can be constEric Dumazet2-2/+2
2008-11-20net: Do not fire linkwatch events until the device is registered.David S. Miller1-1/+6
2008-11-20net: make /proc/net/protocols namespace awareEric Dumazet1-5/+24
2008-11-20net: af_packet should update its inuse counterEric Dumazet1-0/+2
2008-11-20phonet: fix compilation with gcc-3.4Alexey Dobriyan1-28/+24
2008-11-20pktgen: fix multiple queue warningRobert Olsson1-7/+2
2008-11-20net: fix ip_mr_init() error pathBenjamin Thery1-4/+5
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-21/+45
2008-11-19mac80211: remove ieee80211_notify_macJohannes Berg1-22/+0
2008-11-17net: sctp should update its inuse counterEric Dumazet1-0/+2
2008-11-17net: af_unix should update its inuse counterEric Dumazet1-0/+4
2008-11-17net: af_unix can make unix_nr_socks visbile in /procEric Dumazet1-3/+4
2008-11-17rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg1-1/+3
2008-11-17ematch: simpler tcf_em_unregister()Alexey Dobriyan1-15/+3
2008-11-17net: Cleanup of af_unixEric Dumazet1-62/+55
2008-11-17dccp: Tidy up setsockopt callsGerrit Renker1-11/+12
2008-11-17dccp: Deprecate Ack Ratio sysctlGerrit Renker4-10/+0
2008-11-17dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker1-13/+40
2008-11-17dccp: Deprecate old setsockopt frameworkGerrit Renker3-98/+32
2008-11-17dccp: Mechanism to resolve CCID dependenciesGerrit Renker3-4/+47
2008-11-17net: use %pF for /proc/net/ptypeAlexey Dobriyan1-30/+2
2008-11-17Phonet: refuse to send bigger than MTU packetsRĂ©mi Denis-Courmont1-2/+2
2008-11-17net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet11-77/+144
2008-11-17udp: Use hlist_nulls in UDP RCU codeEric Dumazet2-37/+36