| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 2023-06-15 | 1 | -1/+1 |
* | dccp: Call inet6_destroy_sock() via sk->sk_destruct(). | Kuniyuki Iwashima | 2022-10-24 | 1 | -0/+1 |
* | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 2022-04-12 | 1 | -2/+2 |
* | dccp: remove max48() | Jakub Kicinski | 2022-01-27 | 1 | -5/+0 |
* | tcp: switch orphan_count to bare per-cpu counters | Eric Dumazet | 2021-10-15 | 1 | -1/+1 |
* | dccp: add do-while-0 stubs for dccp_pr_debug macros | Randy Dunlap | 2021-08-09 | 1 | -3/+3 |
* | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 2020-07-24 | 1 | -1/+1 |
* | net/ipv6: remove compat_ipv6_{get,set}sockopt | Christoph Hellwig | 2020-07-19 | 1 | -6/+0 |
* | dccp: remove unused inline function dccp_set_seqno | YueHaibing | 2020-04-25 | 1 | -5/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 2018-06-28 | 1 | -1/+2 |
* | net/dccp: convert to ->poll_mask | Christoph Hellwig | 2018-05-26 | 1 | -2/+1 |
* | net: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -1/+1 |
* | net: snmp: kill STATS_BH macros | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |
* | dccp: rename DCCP_INC_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -3/+3 |
* | tcp/dccp: fix hashdance race for passive sessions | Eric Dumazet | 2015-10-23 | 1 | -1/+3 |
* | net/dccp: dccp_bad_service_code can be boolean | Yaowei Bai | 2015-10-09 | 1 | -2/+2 |
* | tcp/dccp: constify syn_recv_sock() method sock argument | Eric Dumazet | 2015-09-29 | 1 | -1/+1 |
* | dccp: constify dccp_create_openreq_child() sock argument | Eric Dumazet | 2015-09-29 | 1 | -1/+1 |
* | tcp/dccp: constify send_synack and send_reset socket argument | Eric Dumazet | 2015-09-29 | 1 | -1/+1 |
* | dccp: constify dccp_make_response() socket argument | Eric Dumazet | 2015-09-25 | 1 | -1/+1 |
* | ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets | Eric Dumazet | 2015-03-23 | 1 | -0/+1 |
* | inet: drop prev pointer handling in request sock | Eric Dumazet | 2015-03-20 | 1 | -2/+1 |
* | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 2015-03-02 | 1 | -5/+3 |
* | dccp: Convert DCCP_WARN to net_warn_ratelimited | Joe Perches | 2014-11-08 | 1 | -2/+2 |
* | dccp: remove obsolete code | stephen hemminger | 2014-01-04 | 1 | -1/+0 |
* | net: dccp: Remove extern from function prototypes | Joe Perches | 2013-10-19 | 1 | -96/+90 |
* | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 2012-07-10 | 1 | -0/+1 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -4/+4 |
* | module_param: make bool parameters really bool (net & drivers/net) | Rusty Russell | 2011-12-19 | 1 | -1/+1 |
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 | 1 | -1/+1 |
* | dccp: support for the exchange of NN options in established state 1/2 | Gerrit Renker | 2011-08-01 | 1 | -0/+1 |
* | dccp: fix bug in updating the GSR | Samuel Jero | 2011-01-07 | 1 | -1/+2 |
* | dccp: remove unused macros | Shan Wei | 2010-12-10 | 1 | -8/+0 |
* | dccp qpolicy: Parameter checking of cmsg qpolicy parameters | Tomasz Grobelny | 2010-12-07 | 1 | -0/+1 |
* | dccp: Policy-based packet dequeueing infrastructure | Tomasz Grobelny | 2010-12-07 | 1 | -0/+12 |
* | dccp ccid-2: Implementation of circular Ack Vector buffer with overflow handling | Gerrit Renker | 2010-11-10 | 1 | -4/+7 |
* | dccp: Refine the wait-for-ccid mechanism | Gerrit Renker | 2010-10-28 | 1 | -2/+3 |
* | dccp: schedule an Ack when receiving timestamps | Gerrit Renker | 2010-10-12 | 1 | -2/+1 |
* | dccp: generalise data-loss condition | Ivo Calado | 2010-10-12 | 1 | -6/+15 |
* | dccp: fix the adjustments to AWL and SWL | Gerrit Renker | 2010-10-12 | 1 | -0/+20 |
* | dccp: Kill dead code and add static markers. | stephen hemminger | 2010-10-06 | 1 | -2/+0 |
* | dccp: remove unused function argument | Gerrit Renker | 2010-06-25 | 1 | -8/+4 |
* | inet: Remove unused send_check length argument | Herbert Xu | 2010-04-11 | 1 | -1/+1 |
* | net: snmp mib cleanup | Eric Dumazet | 2010-03-21 | 1 | -1/+1 |
* | net: Make setsockopt() optlen be unsigned. | David S. Miller | 2009-09-30 | 1 | -2/+2 |
* | dccp: Do not let initial option overhead shrink the MPS | Gerrit Renker | 2009-03-02 | 1 | -1/+4 |
* | dccp: Debugging functions for feature negotiation | Gerrit Renker | 2009-01-21 | 1 | -0/+2 |
* | dccp: Initialisation and type-checking of feature sysctls | Gerrit Renker | 2009-01-21 | 1 | -3/+0 |
* | dccp: Implement both feature-local and feature-remote Sequence Window feature | Gerrit Renker | 2009-01-21 | 1 | -9/+7 |