aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore2-56/+9
2006-09-25[Netlink]: add nla_validate_nested()Paul Moore1-0/+19
2006-09-25[NETLINK]: add nla_for_each_nested() to the interface listPaul Moore1-0/+1
2006-09-25[NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore2-0/+15
2006-09-24[PATCH] netlabel gfp annotationsAl Viro1-1/+1
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+63
2006-09-22Merge branch 'master' into upstreamJeff Garzik7-44/+52
2006-09-22[IPV6] ADDRCONF: Mobile IPv6 Home Address support.Noriaki TAKAMIYA1-5/+1
2006-09-22[IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki2-6/+5
2006-09-22[IPV6] NDISC: Set per-entry is_router flag in Proxy NA.Ville Nuorvala1-0/+1
2006-09-22[NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUTPatrick McHardy1-2/+0
2006-09-22[XFRM]: Fix wildcard as tunnel sourcePatrick McHardy1-0/+13
2006-09-22[TCP]: Send ACKs each 2nd received segment.Alexey Kuznetsov1-1/+2
2006-09-22[SCTP]: CleanupsAdrian Bunk1-0/+13
2006-09-22[GENL]: Provide more information to userspace about registered genl familiesThomas Graf1-2/+0
2006-09-22[IPSEC]: output mode to take an xfrm state as input paramJamal Hadi Salim1-1/+1
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin1-17/+17
2006-09-22[NetLabel]: add some missing #includes to various header filesPaul Moore2-0/+3
2006-09-22[NetLabel]: remove unused function prototypesPaul Moore1-6/+0
2006-09-22[NETLINK]: Improve string attribute validationThomas Graf1-4/+11
2006-09-22[UDP]: saddr_cmp function should take const socket pointersDavid S. Miller1-1/+1
2006-09-22[UDP]: Unify UDPv4 and UDPv6 ->get_port()Gerrit Renker1-16/+2
2006-09-22[NETLINK]: remove third bogus argument from NLA_PUT_FLAGJohannes Berg1-1/+1
2006-09-22[IPV6] ROUTE: Routing by FWMARK.YOSHIFUJI Hideaki1-0/+2
2006-09-22[IPSEC] esp: Defer output IV initialization to first use.David S. Miller1-2/+3
2006-09-22[XFRM]: Hash policies when non-prefixed.David S. Miller1-18/+5
2006-09-22[XFRM]: Purge dst references to deleted SAs passively.David S. Miller1-1/+0
2006-09-22[XFRM]: Do not flush all bundles on SA insert.David S. Miller1-1/+0
2006-09-22[XFRM]: Add generation count to xfrm_state and xfrm_dst.David S. Miller1-0/+3
2006-09-22[XFRM]: Convert xfrm_state hash linkage to hlists.David S. Miller1-3/+3
2006-09-22[XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo.David S. Miller1-78/+0
2006-09-22[XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo.David S. Miller1-16/+0
2006-09-22[XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA1-0/+1
2006-09-22[XFRM]: Add sorting interface for state and template.Masahide NAKAMURA1-0/+20
2006-09-22[XFRM] POLICY: sub policy support.Masahide NAKAMURA1-8/+37
2006-09-22[XFRM]: Introduce XFRM_MSG_REPORT.Masahide NAKAMURA1-0/+2
2006-09-22[XFRM]: Trace which secpath state is reject factor.Masahide NAKAMURA1-0/+1
2006-09-22[IPV6] MIP6: Transformation support mobility header.Masahide NAKAMURA1-0/+5
2006-09-22[IPV6] MIP6: Add receiving mobility header functions through raw socket.Masahide NAKAMURA1-0/+4
2006-09-22[IPV6] MIP6: Add Mobility header definition.Masahide NAKAMURA3-0/+33
2006-09-22[IPV6] MIP6: Add destination options header transformation.Noriaki TAKAMIYA1-0/+3
2006-09-22[IPV6] MIP6: Add routing header type 2 transformation.Noriaki TAKAMIYA1-0/+31
2006-09-22[IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA1-1/+1
2006-09-22[IPV6]: Find option offset by type.Masahide NAKAMURA1-0/+2
2006-09-22[IPV6] MIP6: Add inbound interface of routing header type 2.Masahide NAKAMURA1-0/+7
2006-09-22[XFRM] IPV6: Restrict bundle reusingMasahide NAKAMURA1-1/+18
2006-09-22[XFRM] IPV6: Update outbound state timestamp for each sending.Masahide NAKAMURA1-0/+3
2006-09-22[XFRM] STATE: Introduce care-of address.Noriaki TAKAMIYA1-0/+3
2006-09-22[XFRM] STATE: Support non-fragment outbound transformation headers.Masahide NAKAMURA2-0/+3
2006-09-22[XFRM] STATE: Add a hook to obtain local/remote outbound address.Masahide NAKAMURA1-0/+2
2006-09-22[XFRM] STATE: Common receive function for route optimization extension headers.Masahide NAKAMURA1-0/+2
2006-09-22[XFRM] STATE: Add a hook to find offset to be inserted header in outbound.Masahide NAKAMURA1-0/+3
2006-09-22[XFRM] STATE: Search by address using source address list.Masahide NAKAMURA1-0/+2
2006-09-22[XFRM] STATE: Add source address list.Masahide NAKAMURA1-0/+26
2006-09-22[XFRM]: Expand XFRM_MAX_DEPTH for route optimization.Masahide NAKAMURA1-1/+1
2006-09-22[XFRM] STATE: Allow non IPsec protocol.Masahide NAKAMURA1-1/+4
2006-09-22[XFRM]: Introduce a helper to compare id protocol.Masahide NAKAMURA1-0/+6
2006-09-22[XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA1-1/+1
2006-09-22[IPV6] ROUTE: Unify RT6_F_xxx and RT6_SELECT_F_xxx flagsYOSHIFUJI Hideaki2-3/+4
2006-09-22[IPV6] ROUTE: Put SUBTREE() as FIB6_SUBTREE() into ip6_fib.h for future use.YOSHIFUJI Hideaki1-0/+5
2006-09-22[IPV6]: Cache source address as well in ipv6_pinfo{}.YOSHIFUJI Hideaki1-3/+6
2006-09-22[IPV6] NDISC: Take source address into account for redirects.YOSHIFUJI Hideaki1-0/+1
2006-09-22[SCTP]: Remove multiple levels of msecs to jiffies conversions.Vladislav Yasevich2-13/+12
2006-09-22[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala2-6/+44
2006-09-22[IPv6] route: FIB6 configuration using struct fib6_configThomas Graf2-16/+28
2006-09-22[IPv6] route: Simplify ip6_ins_rt()Thomas Graf1-4/+1
2006-09-22[IPv6] route: Simplify ip6_del_rt()Thomas Graf1-4/+1
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller8-500/+129
2006-09-22[IPv4]: Convert route get to new netlink apiThomas Graf1-0/+1
2006-09-22[IPv4]: FIB configuration using struct fib_configThomas Graf3-27/+71
2006-09-22[RTNETLINK]: Add rtnetlink notification interfaceThomas Graf1-0/+17
2006-09-22[NETLINK]: Add notification message sending interfaceThomas Graf2-4/+7
2006-09-22[DECNET]: cleanupsAdrian Bunk1-3/+0
2006-09-22[IPV6] ip6_fib.c: make code staticAdrian Bunk1-25/+0
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy1-2/+1
2006-09-22[IPV6]: Increase number of possible routing tables to 2^32Patrick McHardy1-0/+7
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy1-20/+5
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy1-0/+7
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy2-9/+9
2006-09-22[NEIGHBOUR]: Use ALIGN() macro.Stephen Hemminger1-1/+1
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse1-5/+3
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu1-7/+24
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu1-31/+2
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger1-3/+1
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller1-1/+0
2006-09-22[NET]: Make code static.Adrian Bunk1-4/+0
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf1-37/+2
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf1-10/+64
2006-09-22[IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf1-7/+7
2006-09-22[IPV6]: Policy Routing RulesThomas Graf2-1/+13
2006-09-22[NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf1-0/+90
2006-09-22[IPV6]: Multiple Routing TablesThomas Graf2-2/+40
2006-09-22[NetLabel]: core network changesPaul Moore3-1/+542
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala2-0/+2
2006-09-22[MLSXFRM]: Default labeling of socket specific IPSec policiesVenkat Yekkirala1-1/+1
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala1-0/+3
2006-09-22[MLSXFRM]: Flow based matching of xfrm policy and stateVenkat Yekkirala1-2/+2
2006-09-22[MLSXFRM]: Add security sid to flowiVenkat Yekkirala1-0/+1
2006-09-22[MLSXFRM]: Add security sid to sockVenkat Yekkirala1-0/+13
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-3/+2
2006-09-21[SCTP]: Use HMAC template and hash interfaceHerbert Xu3-14/+4
2006-09-21[IPSEC]: Use HMAC template and hash interfaceHerbert Xu3-27/+39
2006-09-21[IPSEC] ESP: Use block ciphers where applicableHerbert Xu1-1/+1
2006-09-21[IPSEC]: Add compatibility algorithm name supportHerbert Xu1-0/+1
2006-09-21[IPSEC]: Move linux/crypto.h inclusion out of net/xfrm.hHerbert Xu4-1/+7
2006-08-29Merge branch 'master' into upstreamJeff Garzik2-15/+1
2006-08-22Fix sctp privilege elevation (CVE-2006-3745)Sridhar Samudrala2-15/+1
2006-08-07Merge branch 'master' into upstreamJeff Garzik1-1/+1
2006-08-04[PKT_SCHED] RED: Fix overflow in calculation of queue averageIlpo Järvinen1-1/+1
2006-08-03Merge branch 'upstream-fixes' into upstreamJeff Garzik7-12/+76
2006-08-02[NET]: Fix more per-cpu typosAlexey Dobriyan1-1/+1
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang2-8/+27
2006-08-02[NET]: Network Event Notifier Mechanism.Tom Tucker1-0/+33
2006-08-02[TCP]: SNMPv2 tcpAttemptFails counter errorWei Yongjun1-0/+3
2006-08-02[IPV6]: Audit all ip6_dst_lookup/ip6_dst_store callsHerbert Xu2-3/+12
2006-07-27[PATCH] ieee80211: Make ieee80211_rx_any usableDaniel Drake1-0/+2
2006-07-27[PATCH] softmac: export highest_supported_rate functionDaniel Drake1-0/+8
2006-07-27[PATCH] softmac: ERP handling and driver-level notificationsDaniel Drake1-6/+46
2006-07-27[PATCH] ieee80211: small ERP handling additionsDaniel Drake1-0/+7
2006-07-24[PKT_SCHED]: Fix regression in PSCHED_TADD{,2}.Guillaume Chazarain1-12/+6
2006-07-21[I/OAT]: net/core/user_dma.c should #include <net/netdma.h>Adrian Bunk1-1/+1
2006-07-21[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala1-5/+2
2006-07-21[SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala2-0/+13
2006-07-14[PATCH] per-task-delay-accounting: utilities for genetlink usageBalbir Singh1-0/+20
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2-0/+3
2006-07-05[PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak1-0/+1
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann2-4/+4
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann1-0/+1
2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann2-38/+86
2006-07-03[Bluetooth] Correct SCO buffer size on requestMarcel Holtmann1-1/+2
2006-07-03[AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB1-9/+15
2006-07-03[PATCH] lockdep: annotate sk_locksIngo Molnar1-10/+10
2006-07-03[PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar1-0/+3
2006-07-03[PATCH] lockdep: annotate af_unix lockingIngo Molnar1-0/+3
2006-07-03[PATCH] lockdep: annotate sock_lock_init()Ingo Molnar1-0/+4
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu2-4/+2
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu2-4/+11
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-0/+6
2006-06-29[NET]: Add ECN support for TSOMichael Chan2-4/+5
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang2-0/+23
2006-06-29[PKT_SCHED]: PSCHED_TADD() and PSCHED_TADD2() can result,tv_usec >= 1000000Shuya MAEDA1-6/+12
2006-06-29[NET]: Added GSO header verificationHerbert Xu2-2/+3
2006-06-25[TIPC]: Corrected potential misuse of tipc_media_addr structure.Allan Stephens1-2/+10
2006-06-23[NET]: fix net-core kernel-docRandy Dunlap1-0/+1
2006-06-23[NET]: Added GSO toggleHerbert Xu1-0/+4
2006-06-23[NET]: Add software TSOv4Herbert Xu2-0/+3
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-2/+2
2006-06-22Merge branch 'master' into upstreamJeff Garzik33-36/+5
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-4/+5
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds32-32/+0
2006-06-20Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-2/+3
2006-06-20[SCTP]: Fix unintentional change to SCTP_ASSERT when !SCTP_DEBUGDavid S. Miller1-1/+1
2006-06-19[NET]: Prevent multiple qdisc runsHerbert Xu1-3/+4
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-26/+135
2006-06-17[SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich1-1/+1
2006-06-17[SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich1-1/+2
2006-06-17[TCP]: Add tcp_slow_start_after_idle sysctl.David S. Miller1-0/+1
2006-06-17[NET]: net.ipv4.ip_autoconfig sysctl removalStephen Hemminger1-1/+0
2006-06-17[NET]: skb_trim auditHerbert Xu1-4/+1
2006-06-17[SECMARK]: Add secmark support to conntrackJames Morris2-0/+30
2006-06-17[IPV4]: Right prototype of __raw_v4_lookup()Alexey Dobriyan1-1/+1
2006-06-17[TCP]: Minimum congestion window consolidation.Stephen Hemminger1-2/+2
2006-06-17[NETFILTER]: conntrack: add sysctl to disable checksummingPatrick McHardy1-0/+1
2006-06-17[IPSEC] xfrm: Use IPPROTO_MAX instead of 256Herbert Xu1-1/+1
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu1-0/+17
2006-06-17[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu1-8/+1
2006-06-17[LLC]: add multicast support for datagramsStephen Hemminger1-0/+4
2006-06-17[LLC]: use more efficient ether address routinesStephen Hemminger1-7/+6
2006-06-17[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech1-0/+1
2006-06-17[I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech1-1/+12
2006-06-17[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-staticChris Leech1-0/+2
2006-06-17[I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech2-0/+9
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech1-0/+6
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech1-0/+38
2006-06-15[PATCH] wireless: Changes to ieee80211.h for user space regulatory daemonLarry Finger1-2/+3
2006-06-05[PATCH] softmac: Fix handling of authentication failureDaniel Drake1-1/+1
2006-06-05[PATCH] softmac: complete shared key authenticationDaniel Drake1-1/+2
2006-06-05Merge branch 'from-linus' into upstreamJohn W. Linville1-1/+2
2006-05-31[PATCH] net/compat.h build fixAndrew Morton1-1/+2
2006-05-26Merge branch 'from-linus' into upstreamJohn W. Linville1-1/+1
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse6-7/+12
2006-05-22[IRDA]: fixup type of ->lsap_stateAlexey Dobriyan1-1/+1
2006-05-22Merge branch 'from-linus' into upstreamJohn W. Linville2-3/+4
2006-05-19[SCTP]: Respect the real chunk length when walking parameters.Vladislav Yasevich1-3/+3
2006-05-19[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.Sridhar Samudrala1-0/+1
2006-05-17Merge branch 'from-linus' into upstreamJohn W. Linville2-0/+2
2006-05-12[NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley1-0/+1
2006-05-08Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Hemminger2-3/+6
2006-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse6-18/+19
2006-05-05[SCTP]: Allow spillover of receive buffer to avoid deadlock.Neil Horman1-0/+1
2006-05-05[PATCH] softmac: suggest per-frame-type TX rateDaniel Drake1-5/+33
2006-05-05Merge branch 'upstream-fixes' into upstreamJohn W. Linville2-3/+6
2006-05-05[PATCH] ieee80211: Fix A band channel count (resent)Jean Delvare1-2/+4
2006-05-05[PATCH] softmac: make non-operational after being stoppedDaniel Drake1-1/+2
2006-05-05Merge branch 'from-linus' into upstreamJohn W. Linville5-18/+18
2006-05-03[ROSE]: Eleminate HZ from ROSE kernel interfacesRalf Baechle1-7/+7
2006-05-03[NETROM]: Eleminate HZ from NET/ROM kernel interfacesRalf Baechle1-4/+4
2006-05-03[AX.25]: Eleminate HZ from AX.25 kernel interfacesRalf Baechle1-5/+5
2006-04-29[NET]: use hlist_unhashed()Akinobu Mita2-2/+2