summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TCP] H-TCP: Use msecs_to_jiffiesBaruch Even2006-03-211-2/+2
* [PKTGEN]: Updates version.Luiz Capitulino2006-03-211-1/+1
* [PKTGEN]: Ports if_list to the in-kernel implementation.Luiz Capitulino2006-03-211-48/+44
* [PKTGEN]: Fix Initialization fail leak.Luiz Capitulino2006-03-211-1/+14
* [PKTGEN]: Fix kernel_thread() fail leak.Luiz Capitulino2006-03-211-2/+9
* [PKTGEN]: Ports thread list to Kernel list implementation.Luiz Capitulino2006-03-211-55/+41
* [PKTGEN]: Lindent run.Luiz Capitulino2006-03-211-1251/+1379
* [DCCP] options: Fix some aspects of mandatory option processingArnaldo Carvalho de Melo2006-03-211-1/+6
* [DCCP] ccid2: coding style cleanupsArnaldo Carvalho de Melo2006-03-211-50/+26
* [DCCP] ipv6: cleanupsArnaldo Carvalho de Melo2006-03-211-127/+129
* [ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo2006-03-215-71/+27
* [DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo2006-03-216-65/+72
* [DCCP]: Uninline some functionsArnaldo Carvalho de Melo2006-03-215-57/+63
* [DCCP] ipv4: make struct dccp_v4_prot staticAdrian Bunk2006-03-211-1/+1
* [IPV6]: Fix some code/comment formatting in ip6_dst_output().David S. Miller2006-03-211-20/+21
* [IPV4]: fib_trie stats fixRobert Olsson2006-03-211-6/+8
* [IPV4]: fib_trie initialzation fixRobert Olsson2006-03-211-2/+10
* [TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner2006-03-212-4/+4
* [AF_UNIX]: use shift instead of integer divisionBenjamin LaHaise2006-03-211-5/+5
* [NET]: Uninline kfree_skb and allow NULL argumentJörn Engel2006-03-211-0/+19
* [LLC]: Fix sap refcountingArnaldo Carvalho de Melo2006-03-212-2/+3
* [LLC]: Replace __inline__ with inlineArnaldo Carvalho de Melo2006-03-211-5/+4
* [LLC]: Fix struct proto .nameArnaldo Carvalho de Melo2006-03-211-1/+1
* [NET] pktgen: Fix races between control/worker threads.Arthur Kepner2006-03-211-25/+110
* [DCCP]: Move the IPv4 specific bits from proto.c to ipv4.cArnaldo Carvalho de Melo2006-03-216-141/+148
* [DCCP]: Rename init_dccp_v4_mibs to dccp_mib_initArnaldo Carvalho de Melo2006-03-211-7/+11
* [DCCP]: Move dccp_hashinfo from ipv4.c to the coreArnaldo Carvalho de Melo2006-03-212-8/+8
* [DCCP]: Dont use dccp_v4_checksum in dccp_make_responseArnaldo Carvalho de Melo2006-03-212-3/+3
* [DCCP]: Move dccp_[un]hash from ipv4.c to the coreArnaldo Carvalho de Melo2006-03-214-14/+17
* [DCCP]: Move dccp_v4_{init,destroy}_sock to the coreArnaldo Carvalho de Melo2006-03-214-104/+112
* [DCCP]: Generalize dccp_v4_send_resetArnaldo Carvalho de Melo2006-03-215-38/+28
* [DCCP] feat: Introduce sysctls for the default featuresArnaldo Carvalho de Melo2006-03-215-11/+160
* [DCCP]: Call dccp_feat_init more early in dccp_v4_init_sockArnaldo Carvalho de Melo2006-03-211-5/+4
* [DCCP]: Kconfig tidy upArnaldo Carvalho de Melo2006-03-211-2/+4
* [DCCP]: sparse endianness annotationsAndrea Bittau2006-03-216-45/+33
* [NETFILTER]: Fix skb->nf_bridge lifetime issuesPatrick McHardy2006-03-211-4/+0
* [DCCP] feat: Actually change the CCID upon negotiationAndrea Bittau2006-03-211-1/+42
* [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-219-210/+260
* [PKT_SCHED]: Convert sch_red to a classful qdiscPatrick McHardy2006-03-211-16/+163
* [XFRM]: Add some missing exports.David S. Miller2006-03-212-0/+7
* [XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.cDavid S. Miller2006-03-212-3/+3
* [XFRM]: Make sure xfrm_replay_timer_handler() is declared early enough.David S. Miller2006-03-211-2/+2
* [IPSEC]: Sync series - policy expiresJamal Hadi Salim2006-03-213-4/+59
* [IPSEC]: Sync series - SA expiresJamal Hadi Salim2006-03-212-7/+40
* [IPSEC]: Sync series - acquire insertJamal Hadi Salim2006-03-212-2/+57
* [IPSEC]: Sync series - userJamal Hadi Salim2006-03-212-10/+230
* [IPSEC]: Sync series - fast pathJamal Hadi Salim2006-03-214-0/+4
* [IPSEC]: Sync series - core changesJamal Hadi Salim2006-03-213-2/+101
* [PKT_SCHED]: Keep backlog counter in sch_sfqPatrick McHardy2006-03-211-0/+5
* [PKT_SCHED]: Restore TBF change semanticPatrick McHardy2006-03-211-2/+3