aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-26[NET] dev_change_name: ignore changes to same nameStephen Hemminger1-0/+3
2007-10-26Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller6-37/+73
2007-10-26[NET_CLS_ACT]: Use skb_act_cloneJamal Hadi Salim2-8/+1
2007-10-26[TCP]: Fix scatterlist handling in MD5 signature support.David S. Miller2-0/+9
2007-10-26[IPSEC]: Fix scatterlist handling in skb_icv_walk().David S. Miller1-2/+3
2007-10-26[IPSEC]: Add missing sg_init_table() calls to ESP.David S. Miller2-0/+4
2007-10-25[TCP]: Fix inconsistency of terms.Ryousei Takano1-8/+8
2007-10-25Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-2/+3
2007-10-26[PATCH] mac80211: fix printk warning on 64-bitJohannes Berg1-1/+1
2007-10-25[PATCH] mac80211: Fix SSID matching in AP selectionMichael Wu1-1/+2
2007-10-25[UDP]: Make use of inet_iif() when doing socket lookups.Vlad Yasevich1-1/+1
2007-10-25[IPV4]: Remove no longer used snmp4_icmp_list.David S. Miller1-8/+0
2007-10-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-75/+117
2007-10-24[CCID2/3]: Initialisation assignments of 0 are redundantGerrit Renker2-8/+0
2007-10-24[DCCP]: Unaligned pointer accessGerrit Renker2-15/+29
2007-10-24[DCCP]: Convert Reset code into socket error numberGerrit Renker1-9/+39
2007-10-24[DCCP]: One more exemption from full sequence number checksGerrit Renker1-1/+1
2007-10-24[DCCP]: Retrieve packet sequence number for error reportingGerrit Renker2-4/+4
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe7-39/+18
2007-10-24m68k: sg falloutGeert Uytterhoeven2-2/+2
2007-10-23[IPV4]: Explicitly call fib_get_table() in fib_frontend.cPavel Emelyanov1-5/+7
2007-10-23[NET]: Use BUILD_BUG_ON in net/core/flowi.cPavel Emelyanov1-4/+1
2007-10-23[NET]: Remove in-code externs for some functions from net/core/dev.cPavel Emelyanov3-4/+12
2007-10-23[NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov1-15/+2
2007-10-23[NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever8-8/+8
2007-10-23[9P]: Fix missing unlock before return in p9_mux_poll_startRoel Kluin1-1/+3
2007-10-23[PKT_SCHED]: Fix sch_prio.c build with CONFIG_NETDEVICES_MULTIQUEUEPavel Emelyanov1-2/+2
2007-10-23[IPV4] ip_gre: sendto/recvfrom NBMA addressTimo Teras1-1/+11
2007-10-23[SCTP]: Consolidate sctp_ulpq_renege_xxx functionsPavel Emelyanov1-24/+10
2007-10-23[NETLINK]: Fix ACK processing after netlink_dump_startDenis V. Lunev1-4/+12
2007-10-23[DCCP]: Implement SIOCINQ/FIONREADArnaldo Carvalho de Melo1-2/+31
2007-10-23[NET]: Validate device addr prior to interface-upJeff Garzik2-5/+18
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds3-0/+364
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle3-1/+3
2007-10-239p: add virtio transportEric Van Hensbergen3-0/+364
2007-10-23Fix sctp compileChristian Borntraeger1-1/+1
2007-10-23net: fix xfrm build - missing scatterlist.h includeHeiko Carstens1-0/+1
2007-10-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-934/+1363
2007-10-22Update net/ to use sg helpersJens Axboe9-33/+25
2007-10-22[IPSEC] IPV6: Fix to add tunnel mode SA correctly.Masahide NAKAMURA2-0/+2
2007-10-22[NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov4-9/+9
2007-10-22[NET]: Make and use skb_get_queue_mappingPavel Emelyanov1-1/+1
2007-10-22[NET]: Use the skb_set_queue_mapping where appropriatePavel Emelyanov2-5/+3
2007-10-22[INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible.Jean Delvare2-4/+4
2007-10-22[INET]: Let inet_diag and friends autoloadJean Delvare3-0/+9
2007-10-22[ATM]: Fix clip module reload crash.Randy Dunlap1-0/+3
2007-10-22[Bluetooth] Convert RFCOMM to use kthread APIMarcel Holtmann1-39/+21
2007-10-22[Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann4-22/+150
2007-10-22[Bluetooth] Add address and channel attribute to RFCOMM TTY deviceMarcel Holtmann1-0/+25
2007-10-22[Bluetooth] Fix wrong argument in debug code of HIDPDave Young1-1/+1