aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-23sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich2-9/+17
2009-11-23sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun2-1/+21
2009-11-23sctp: implement the receiver side for SACK-IMMEDIATELY extensionWei Yongjun1-2/+6
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches12-72/+73
2009-11-22net: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-21tcp: Don't make syn cookies initial setting depend on CONFIG_SYSCTLDavid S. Miller1-7/+1
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet5-7/+7
2009-11-18X25: Enable setting of cause and diagnostic fieldsAndrew Hendry2-0/+18
2009-11-18netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet1-1/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller13-7/+18
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-45/+75
2009-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller17-291/+742
2009-11-18Phonet: convert devices list to RCURémi Denis-Courmont2-25/+44
2009-11-18net: device name allocation cleanupsOctavian Purdila1-45/+24
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet9-9/+9
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet2-37/+60
2009-11-18ipv4: factorize cache clearing for batched unregister operationsOctavian Purdila1-5/+6
2009-11-18net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila1-2/+27
2009-11-17vlan: Precise RX stats accountingEric Dumazet3-11/+65
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet1-19/+29
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet1-2/+5
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu1-1/+2
2009-11-17act_mirred: optimization.Changli Gao1-31/+29
2009-11-17act_mirred: cleanupChangli Gao1-26/+33
2009-11-17Phonet: missing rcu_dereference()Rémi Denis-Courmont1-1/+1
2009-11-17netlink: remove subscriptions check on notifierJohannes Berg1-1/+1
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-42/+68
2009-11-16mac80211: Do not queue Probe Request frames for station MLMEJouni Malinen1-1/+0
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet1-5/+6
2009-11-15remove deprecated and not used: print_mac()Marin Mitov1-7/+0
2009-11-15vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet1-2/+2
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski2-35/+5
2009-11-15net: check the return value of ndo_select_queue()Eric Dumazet1-0/+15
2009-11-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller2-4/+10
2009-11-16Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan1-3/+8
2009-11-16Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan1-1/+1
2009-11-16Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko1-0/+1
2009-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpanDavid S. Miller1-1/+1
2009-11-13Phonet: convert routing table to RCURémi Denis-Courmont1-25/+34
2009-11-13Phonet: put protocols array under RCURémi Denis-Courmont1-9/+11
2009-11-13iucv: add work_queue cleanup for suspendUrsula Braun1-3/+13
2009-11-13inetpeer: Optimize inet_getid()Eric Dumazet3-13/+10
2009-11-13ipv6: speedup inet6_dump_addr()Eric Dumazet1-74/+97
2009-11-13ipv4: speedup inet_dump_ifaddr()Eric Dumazet1-23/+38
2009-11-13igmp: Use next_net_device_rcu()Eric Dumazet1-16/+11
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet2-43/+37
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson4-7/+7
2009-11-13ipmr: missing dev_put() on error path in vif_add()Dan Carpenter1-1/+3
2009-11-13sctp: Set socket source address when additing first transportVlad Yasevich1-1/+2
2009-11-13sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich1-5/+13