aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[IPV6] SNMP: Avoid unaligned accesses.YOSHIFUJI Hideaki1-1/+1
2007-04-25[TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)Ilpo Järvinen2-14/+22
2007-04-25[NET]: Move sk_setup_caps() out of line.Andi Kleen1-13/+1
2007-04-25[TCP]: Uninline tcp_done().Andi Kleen1-15/+1
2007-04-25[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.YOSHIFUJI Hideaki1-0/+3
2007-04-25[IPV6] SNMP: Netlink interface.YOSHIFUJI Hideaki1-0/+1
2007-04-25[NET_SCHED]: Eliminate qdisc_tree_lockPatrick McHardy1-2/+0
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2-2/+2
2007-04-25[XFRM]: Optimize MTU calculationPatrick McHardy1-1/+1
2007-04-25[NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells1-2/+0
2007-04-25[BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdrArnaldo Carvalho de Melo1-0/+18
2007-04-25[NET] fib_rules: Flush route cache after rule modificationsThomas Graf1-0/+4
2007-04-25[NET] fib_rules: goto rule actionThomas Graf1-1/+6
2007-04-25[INET]: Use jhash + random secret for ehash.David S. Miller2-9/+14
2007-04-25[NETLINK]: introduce NLA_BINARY typeJohannes Berg1-1/+3
2007-04-25[SCTP]: Implement SCTP_MAX_BURST socket option.Vlad Yasevich3-1/+4
2007-04-25[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification.Vlad Yasevich2-0/+2
2007-04-25[SCTP]: Honor flags when setting peer address parametersVlad Yasevich1-7/+8
2007-04-25[SCTP]: Implement SCTP_ADDR_CONFIRMED state for ADDR_CHNAGE eventVlad Yasevich1-0/+1
2007-04-25[SCTP]: Implement SCTP_PARTIAL_DELIVERY_POINT option.Vlad Yasevich2-0/+3
2007-04-25[SCTP]: Implement SCTP_FRAGMENT_INTERLEAVE socket optionVlad Yasevich3-3/+6
2007-04-25[NET_SCHED]: Unline tcf_destroyPatrick McHardy1-8/+2
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy2-5/+7
2007-04-25[NET_SCHED]: turn PSCHED_TDIFF_SAFE into inline functionPatrick McHardy2-3/+7
2007-04-25[NET_SCHED]: kill PSCHED_TDIFFPatrick McHardy1-1/+0
2007-04-25[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECTPatrick McHardy2-4/+3
2007-04-25[NET_SCHED]: kill PSCHED_TLESSPatrick McHardy1-1/+0
2007-04-25[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2Patrick McHardy1-2/+0
2007-04-25[NET_SCHED]: kill PSCHED_AUDIT_TDIFFPatrick McHardy1-1/+0
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf1-1/+1
2007-04-25[NET] rules: Unified rules dumpingThomas Graf2-3/+8
2007-04-25[IPv6]: Use rtnl registration interfaceThomas Graf2-7/+0
2007-04-25[DECNet]: Use rtnl registration interfaceThomas Graf2-10/+0
2007-04-25[PKT_SCHED] qdisc: Use rtnl registration interfaceThomas Graf1-1/+1
2007-04-25[IPv4]: Use rtnl registration interfaceThomas Graf1-6/+0
2007-04-25[NET] rules: Use rtnl registration interfaceThomas Graf1-5/+1
2007-04-25[NEIGH]: Use rtnl registration interfaceThomas Graf1-9/+1
2007-04-25[RTNL]: Message handler registration interfaceThomas Graf1-0/+18
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo3-9/+7
2007-04-25[NET_SCHED]: kill jiffie conversion macrosPatrick McHardy1-3/+0
2007-04-25[NET_SCHED]: Add hrtimer based qdisc watchdogPatrick McHardy1-0/+10
2007-04-25[NET_SCHED]: Use ktime as clocksourcePatrick McHardy1-156/+13
2007-04-25[NETFILTER]: nf_conntrack: uninline notifier registration functionsPatrick McHardy1-24/+6
2007-04-25[NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy1-4/+1
2007-04-25[NETFILTER]: nf_conntrack: remove ugly hack in l4proto registrationPatrick McHardy1-0/+3
2007-04-25[NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy3-155/+5
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo3-4/+4
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2-4/+4
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo1-1/+1