Commit Graph

610 Commits (826509f8110049663799bc20f2b5b6170e2f78ca)

Author SHA1 Message Date
Arnaldo Carvalho de Melo c530cfb1ce [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet 20 years ago
Arnaldo Carvalho de Melo a84ffe4303 [DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE 20 years ago
Harald Welte 0ac4f893f2 [NETFILTER6]: Add new ip6tables HOPLIMIT target 20 years ago
Harald Welte 5f2c3b9107 [NETFILTER]: Add new iptables TTL target 20 years ago
Arnaldo Carvalho de Melo 29e4f8b3c3 [CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c 20 years ago
Arnaldo Carvalho de Melo 072ab6c68e [CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c 20 years ago
Arnaldo Carvalho de Melo 36729c1a73 [DCCP]: Move the calc_X routines to dccp_tfrc_lib 20 years ago
Arnaldo Carvalho de Melo 5cea0ddce5 [DCCP]: Introduce dccp_tfrc_lib module with net/dccp/ccids/lib/*.c 20 years ago
Arnaldo Carvalho de Melo 4524b25954 [DCCP]: Just move packet_history.[ch] to net/dccp/ccids/lib/ 20 years ago
Arnaldo Carvalho de Melo ae6706f067 [CCID3]: Move the loss interval code to loss_interval.[ch] 20 years ago
Arnaldo Carvalho de Melo cfc3c525a3 [CCID3]: Move the CCID3 defines to ccid3.h 20 years ago
Arnaldo Carvalho de Melo 6b5e633ab1 [CCID3]: Introduce usecs_div 20 years ago
Arnaldo Carvalho de Melo b6ee3d4ada [CCID3]: Reorganise timeval handling 20 years ago
Arnaldo Carvalho de Melo 1f2333aea3 [CCID3]: Reflow to mostly fit under 80 columns 20 years ago
Arnaldo Carvalho de Melo d6809c12b3 [DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit 20 years ago
Arnaldo Carvalho de Melo 75b3f207b4 [DCCP]: Make the Debug Menu available when DCCP is statically linked too 20 years ago
Eric Dumazet ba89966c19 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers 20 years ago
David S. Miller 29cb9f9c55 [LIB]: Make TEXTSEARCH_BM plain tristate like the others 20 years ago
Alexey Dobriyan 57bf1451ac [NET]: net/802: more endian annotations 20 years ago
Robert Olsson 2373ce1ca0 [IPV4]: Convert FIB Trie to RCU. 20 years ago
Robert Olsson e5b4376074 [IPV4]: Prepare FIB core for RCU. 20 years ago
Ralf Baechle 3625796806 [IPV4]: Module export of ip_rcv() no longer needed. 20 years ago
Ralf Baechle c91326db01 [AX25/NETROM/ROSE]: Kill net/ip.h inclusion 20 years ago
Ralf Baechle 98a82febb6 [AX25/NETROM]: Cleanup direct calls into IP stack 20 years ago
Stephen Hemminger 0c7770c740 [IPV4]: FIB trie cleanup 20 years ago
Arnaldo Carvalho de Melo 331968bd0c [DCCP]: Initial dccp_poll implementation 20 years ago
Arnaldo Carvalho de Melo 8efa544f9c [DCCP]: Call the HC exit routines at dccp_v4_destroy_sock 20 years ago
Arnaldo Carvalho de Melo dc40c7bc76 [ICSK]: Generalise tcp_listen_poll 20 years ago
Arnaldo Carvalho de Melo 2babe1f6fe [DCCP]: Introduce dccp_get_info 20 years ago
Arnaldo Carvalho de Melo 4fded33b3e [CCID3]: Calculate the RTT in the RX half connection 20 years ago
Arnaldo Carvalho de Melo d4b81ff705 [DCCP]: Export dccp_insert_option_timestamp to CCIDs 20 years ago
Arnaldo Carvalho de Melo 012e13eac7 [CCID]: Make ccid_hc_[rt]x_exit accept NULL arguments 20 years ago
Arnaldo Carvalho de Melo a4beb1b64f [DCCP]: Send a DATAACK packet when we have a TIMESTAMP_ECHO pending 20 years ago
Arnaldo Carvalho de Melo 20472af986 [DCCP]: Fix skb leak in dccp_sendmsg 20 years ago
Arnaldo Carvalho de Melo 7ad07e7cf3 [DCCP]: Implement the CLOSING timer 20 years ago
David S. Miller 58e45131dc [DCCP]: Fix printf format warnings on 64-bit. 20 years ago
Patrick McHardy 05465343bf [NETFILTER]: Add goto target 20 years ago
Patrick McHardy 764d8a9f24 [NETFILTER]: Add IPv6 REJECT target 20 years ago
Pablo Neira Ayuso 7567662ba8 [NETFILTER]: Add string match 20 years ago
Arnaldo Carvalho de Melo 24117727b7 [DCCP]: Fix ackno setting in SYNC/SYNCACK packets 20 years ago
Arnaldo Carvalho de Melo 03ace394ac [DCCP]: Fix the ACK and SEQ window variables settings 20 years ago
Arnaldo Carvalho de Melo a3054d48b9 [DCCP]: Give more info on Step 6 failure debug printk 20 years ago
Arnaldo Carvalho de Melo 2807d4ffb0 [DCCP]: Fix seqno setting in dccp_v4_ctl_send_reset 20 years ago
Arnaldo Carvalho de Melo c68e64cfb5 [CCID3]: Reintroduce ccid3hctx_t_rto 20 years ago
Thomas Graf 33d043d65b [IPV4]: ip_finish_output() can be inlined 20 years ago
Thomas Graf 9070683bda [IPV4]: Remove some dead code from ip_forward() 20 years ago
Thomas Graf 3e192beaf5 [IPV4]: Avoid common branch mispredictions in ip_rcv_finish() 20 years ago
Thomas Graf d245407e75 [IPV4]: Move ip options parsing out of ip_rcv_finish() 20 years ago
Thomas Graf e9c6042273 [IPV4]: Avoid common branch misprediction while checking csum in ip_rcv() 20 years ago
Thomas Graf 5861524241 [IPV4]: Consistency and whitespace cleanup of ip_rcv() 20 years ago