aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-04-02Merge tgraf@kernel.bkbits.net:/home/tgraf/net-2.6-tcf_extsThomas Graf1-1/+2
2005-04-01[NET]: Allow dumping of application specific statistics if no primary TLV is ...Thomas Graf1-1/+2
2005-03-31Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller2-27/+8
2005-03-30[PKT_SCHED]: Fix action statistics dumping in compatibility modeThomas Graf1-1/+1
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo2-27/+8
2005-03-22[NETROM]: net/netrom.h now needs net/sock.David S. Miller1-0/+1
2005-03-22[ROSE]: Get rid of sk_protinfo useRalf Bächle1-4/+6
2005-03-22[NETROM]: Get rid of sk_protinfo useRalf Bächle1-4/+4
2005-03-22[IRDA]: Squash warnings introduced by DEBUG cleanups.David S. Miller1-5/+8
2005-03-22[IRDA]: DEBUG macro fixesJean Tourrilhes1-13/+13
2005-03-22[IPV4]: The multipath select_route method must be implemented.David S. Miller1-2/+2
2005-03-19[IPV4]: Check multipath ops func pointers against NULL.David S. Miller1-4/+6
2005-03-17[NET]: Make dst_allfrag use dst instead of dst->pathHerbert Xu1-1/+1
2005-03-17[NET]: Kill dst_pmtu/dst_path_metricHerbert Xu1-16/+1
2005-03-17Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller7-8/+122
2005-03-18[Bluetooth] Kill bt_sock_alloc() and its usageMarcel Holtmann5-5/+9
2005-03-17[IPV4]: Make multipath algs into true drivers.David S. Miller3-80/+82
2005-03-16[IPV4]: Multipath cache algorithm support.elueck@de.ibm.com5-1/+119
2005-03-16[NET]: Save space for sk_alloc_slab() failure message.Hideaki Yoshifuji1-5/+0
2005-03-16[IPV4]: Save space in struct inetpeer on 64-bit platforms.Eric Dumazet1-1/+1
2005-03-16[IPV4]: Mark a struct static in inetpeer.cAdrian Bunk1-1/+0
2005-03-16[NET] Reorder struct sockThomas Graf1-14/+13
2005-03-16[NET] Convert sk_queue_shrunk into SOCK_QUEUE_SHRUNK flagThomas Graf1-3/+2
2005-03-16[NET] Convert sk_localroute into SOCK_LOCALROUTE flag and use RT_CONN_FLAGS w...Thomas Graf2-3/+2
2005-03-16[NET] Convert sk_no_largesend into SOCK_NO_LARGESEND flagThomas Graf3-4/+3
2005-03-16[NET] Convert sk_rcvtstamp into SOCK_RCVTSTAMP flagThomas Graf1-3/+2
2005-03-16[NET] Convert sk_debug into SOCK_DBG flagThomas Graf1-4/+3
2005-03-16[NET] Convert sk_user_write_queue into SOCK_USE_WRITE_QUEUE flagThomas Graf1-2/+1
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf1-2/+1
2005-03-14Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-0/+1
2005-03-14[TCP]: Fix gcc-3.4 build when TCP_DEBUG is disabled in tcp.hAndre Tomt1-0/+1
2005-03-13[PATCH] verify_area cleanup : i386 and misc.Jesper Juhl1-1/+1
2005-03-10[NETROM]: Sparse fixes.Ralf Bächle1-0/+1
2005-03-10[NET]: Move dst_release out of dst->ops->checkHerbert Xu2-2/+2
2005-03-09MergeDavid S. Miller5-6/+48
2005-03-09[NET]: Passcred cleanup in struct sockHerbert Pötzl1-2/+2
2005-03-09[IPV6]: Handle loopback restration errors in addrconf_init()Herbert Xu1-1/+1
2005-03-08Merge pobox.com:/garz/repo/linux-2.6Jeff Garzik1-3/+0
2005-03-06[IPSEC]: Check dst validity harder in xfrm_bundle_okHerbert Xu1-0/+9
2005-03-06[IPSEC]: Use dst_mtu i n xfrm[46]_outputHerbert Xu1-0/+10
2005-03-06[IPSEC]: Store MTU at each xfrm_dstHerbert Xu1-0/+3
2005-03-06[IPSEC]: Add route element to xfrm_dstHerbert Xu1-0/+1
2005-03-06[IPSEC]: Add xfrm_state_mtu()Herbert Xu1-0/+1
2005-03-05Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-1/+31
2005-03-05[Bluetooth] Enhance HCI callback interfaceMarcel Holtmann1-1/+31
2005-03-04[IPV6] Unify common functions to compare ipv6 prefixes.Hideaki Yoshifuji1-0/+26
2005-03-04[IPV6] Ensure to use interface hoplimit by default.Hideaki Yoshifuji1-0/+2
2005-03-04[IPV6] Always add a fragment header after receiving TOO BIG w/ pmtu < 1280.Hideaki Yoshifuji1-0/+9
2005-03-04[NET] NEIGHBOUR: Add hook for sysctl strategy.Hideaki Yoshifuji1-1/+2
2005-03-04[IPV6] NDISC: Save space for ndisc_options{}.Hideaki Yoshifuji1-5/+9