summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2006-09-22[NEIGHBOUR]: Use ALIGN() macro.Stephen Hemminger-1/+1
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse-5/+3
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu-7/+24
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu-31/+2
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger-3/+1
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller-1/+0
2006-09-22[NET]: Make code static.Adrian Bunk-4/+0
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf-37/+2
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf-10/+64
2006-09-22[IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf-7/+7
2006-09-22[IPV6]: Policy Routing RulesThomas Graf-1/+13
2006-09-22[NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf-0/+90
2006-09-22[IPV6]: Multiple Routing TablesThomas Graf-2/+40
2006-09-22[NetLabel]: core network changesPaul Moore-1/+542
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala-0/+2
2006-09-22[MLSXFRM]: Default labeling of socket specific IPSec policiesVenkat Yekkirala-1/+1
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala-0/+3
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala-2/+2
2006-09-22[MLSXFRM]: Add security sid to flowiVenkat Yekkirala-0/+1
2006-09-22[MLSXFRM]: Add security sid to sockVenkat Yekkirala-0/+13
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu-3/+2
2006-09-21[SCTP]: Use HMAC template and hash interfaceHerbert Xu-14/+4
2006-09-21[IPSEC]: Use HMAC template and hash interfaceHerbert Xu-27/+39
2006-09-21[IPSEC] ESP: Use block ciphers where applicableHerbert Xu-1/+1
2006-09-21[IPSEC]: Add compatibility algorithm name supportHerbert Xu-0/+1
2006-09-21[IPSEC]: Move linux/crypto.h inclusion out of net/xfrm.hHerbert Xu-1/+7
2006-08-29Merge branch 'master' into upstreamJeff Garzik-15/+1
2006-08-22Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala-15/+1
2006-08-07Merge branch 'master' into upstreamJeff Garzik-1/+1
2006-08-04[PKT_SCHED] RED: Fix overflow in calculation of queue averageIlpo Järvinen-1/+1
2006-08-03Merge branch 'upstream-fixes' into upstreamJeff Garzik-12/+76
2006-08-02[NET]: Fix more per-cpu typosAlexey Dobriyan-1/+1
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang-8/+27
2006-08-02[NET]: Network Event Notifier Mechanism.Tom Tucker-0/+33
2006-08-02[TCP]: SNMPv2 tcpAttemptFails counter errorWei Yongjun-0/+3
2006-08-02[IPV6]: Audit all ip6_dst_lookup/ip6_dst_store callsHerbert Xu-3/+12
2006-07-27[PATCH] ieee80211: Make ieee80211_rx_any usableDaniel Drake-0/+2
2006-07-27[PATCH] softmac: export highest_supported_rate functionDaniel Drake-0/+8
2006-07-27[PATCH] softmac: ERP handling and driver-level notificationsDaniel Drake-6/+46
2006-07-27[PATCH] ieee80211: small ERP handling additionsDaniel Drake-0/+7
2006-07-24[PKT_SCHED]: Fix regression in PSCHED_TADD{,2}.Guillaume Chazarain-12/+6
2006-07-21[I/OAT]: net/core/user_dma.c should #include <net/netdma.h>Adrian Bunk-1/+1
2006-07-21[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala-5/+2
2006-07-21[SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala-0/+13
2006-07-14[PATCH] per-task-delay-accounting: utilities for genetlink usageBalbir Singh-0/+20
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu-0/+3
2006-07-05[PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak-0/+1
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann-4/+4
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann-0/+1
2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann-38/+86