| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-27 | sctp: Remove sctp_pf.create_accept_sk(). | Kuniyuki Iwashima | 1 | -27/+0 |
| 2025-10-27 | sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk(). | Kuniyuki Iwashima | 1 | -7/+1 |
| 2025-08-26 | ipv4: Convert ->flowi4_tos to dscp_t. | Guillaume Nault | 1 | -1/+2 |
| 2025-08-19 | sctp: Convert cookie authentication to use HMAC-SHA256 | Eric Biggers | 1 | -8/+3 |
| 2025-06-17 | net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb() | Petr Machata | 1 | -1/+2 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-03-03 | net: use sock_kmemdup for ip_options | Geliang Tang | 1 | -5/+2 |
| 2025-01-06 | sctp: Prepare sctp_v4_get_dst() to dscp_t conversion. | Guillaume Nault | 1 | -3/+7 |
| 2024-11-07 | sctp: Avoid enqueuing addr events redundantly | Gilad Naaman | 1 | -1/+15 |
| 2024-09-09 | sctp: Unmask upper DSCP bits in sctp_v4_get_dst() | Ido Schimmel | 1 | -1/+2 |
| 2024-04-30 | inet: introduce dst_rtable() helper | Eric Dumazet | 1 | -2/+2 |
| 2024-02-02 | sctp: Simplify the allocation of slab caches | Kunwu Chan | 1 | -8/+2 |
| 2023-10-01 | inet: implement lockless IP_TOS | Eric Dumazet | 1 | -2/+2 |
| 2023-08-16 | inet: move inet->freebind to inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-07-19 | sctp: Set TOS and routing scope independently for fib lookups. | Guillaume Nault | 1 | -1/+2 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -1/+0 |
| 2023-06-02 | ipv4: Drop tos parameter from flowi4_update_output() | Guillaume Nault | 1 | -3/+1 |
| 2023-02-15 | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing | 1 | -2/+0 |
| 2022-11-18 | sctp: add dif and sdif check in asoc and ep lookup | Xin Long | 1 | -0/+4 |
| 2022-11-18 | sctp: add skb_sdif in struct sctp_af | Xin Long | 1 | -0/+6 |
| 2022-11-18 | sctp: verify the bind address with the tb_id from l3mdev | Xin Long | 1 | -3/+6 |
| 2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-15 | ip: Fix data-races around sysctl_ip_nonlocal_bind. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-06-10 | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT | Eric Dumazet | 1 | -2/+2 |
| 2021-11-06 | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h | Mianhan Liu | 1 | -1/+0 |
| 2021-07-01 | sctp: move 198 addresses from unusable to private scope | Xin Long | 1 | -1/+2 |
| 2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+6 |
| 2021-06-28 | sctp: validate from_addr_param return | Marcelo Ricardo Leitner | 1 | -1/+6 |
| 2021-06-22 | sctp: process sctp over udp icmp err on sctp side | Xin Long | 1 | -19/+2 |
| 2021-05-17 | net: Remove the member netns_ok | Yejune Deng | 1 | -1/+0 |
| 2020-11-05 | sctp: bring inet(6)_skb_parm back to sctp_input_cb | Xin Long | 1 | -2/+1 |
| 2020-10-30 | sctp: support for sending packet over udp4 sock | Xin Long | 1 | -11/+30 |
| 2020-10-30 | sctp: allow changing transport encap_port by peer packets | Xin Long | 1 | -1/+10 |
| 2020-10-30 | sctp: add encap_port for netns sock asoc and transport | Xin Long | 1 | -0/+3 |
| 2020-10-30 | sctp: add encap_err_lookup for udp encap socks | Xin Long | 1 | -0/+19 |
| 2020-10-30 | sctp: create udp6 sock and set its encap_rcv | Xin Long | 1 | -0/+26 |
| 2020-10-30 | sctp: create udp4 sock and add its encap_rcv | Xin Long | 1 | -0/+43 |
| 2020-08-24 | net: sctp: protocol.c: delete duplicated words + punctuation | Randy Dunlap | 1 | -4/+4 |
| 2020-07-24 | sctp: remove redundant initialization of variable status | Colin Ian King | 1 | -6/+6 |
| 2020-07-19 | net/ipv4: remove compat_ip_{get,set}sockopt | Christoph Hellwig | 1 | -4/+0 |
| 2020-07-19 | net: remove compat_sock_common_{get,set}sockopt | Christoph Hellwig | 1 | -4/+0 |
| 2020-06-25 | sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket | Marcelo Ricardo Leitner | 1 | -1/+2 |
| 2020-03-29 | sctp: fix possibly using a bad saddr with a given dst | Marcelo Ricardo Leitner | 1 | -9/+19 |
| 2019-12-09 | sctp: fully initialize v4 addr in some functions | Xin Long | 1 | -0/+5 |
| 2019-11-08 | sctp: add support for Primary Path Switchover | Xin Long | 1 | -0/+3 |
| 2019-11-08 | sctp: add pf_expose per netns and sock and asoc | Xin Long | 1 | -0/+3 |
| 2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2019-09-12 | sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()' | Christophe JAILLET | 1 | -1/+1 |
| 2019-08-27 | sctp: make ecn flag per netns and endpoint | Xin Long | 1 | -0/+3 |
| 2019-06-02 | net: use new in_dev_ifa iterators | Florian Westphal | 1 | -1/+1 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 | Thomas Gleixner | 1 | -16/+1 |
| 2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 1 | -0/+1 |
| 2019-04-01 | sctp: initialize _pad of sockaddr_in before copying to user memory | Xin Long | 1 | -0/+1 |
| 2019-01-24 | sctp: set flow sport from saddr only when it's 0 | Xin Long | 1 | -1/+2 |
| 2019-01-16 | sctp: allocate sctp_sockaddr_entry with kzalloc | Xin Long | 1 | -3/+1 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
| 2018-12-28 | mm: reference totalram_pages and managed_pages once per function | Arun KS | 1 | -3/+4 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
| 2018-07-04 | sctp: add support for dscp and flowlabel per transport | Xin Long | 1 | -4/+12 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -1/+1 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
| 2018-05-26 | net/sctp: convert to ->poll_mask | Christoph Hellwig | 1 | -1/+1 |
| 2018-05-22 | sctp: fix the issue that flags are ignored when using kernel_connect | Xin Long | 1 | -1/+1 |
| 2018-04-06 | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+43 |
| 2018-03-29 | sctp: fix unused lable warning | Arnd Bergmann | 1 | -0/+2 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -2/+0 |
| 2018-03-17 | sctp: use proc_remove_subtree() | Al Viro | 1 | -53/+6 |
| 2018-03-13 | net: Convert sctp_ctrlsock_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-03-13 | net: Convert sctp_defaults_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-26 | sctp: Add ip option support | Richard Haines | 1 | -0/+43 |
| 2018-02-05 | sctp: fix dst refcnt leak in sctp_v4_get_dst | Tommi Rantala | 1 | -6/+4 |
| 2017-11-28 | sctp: remove extern from stream sched | Xin Long | 1 | -0/+1 |
| 2017-10-25 | net: sctp: Convert timers to use timer_setup() | Kees Cook | 1 | -4/+3 |
| 2017-08-06 | sctp: remove the typedef sctp_scope_t | Xin Long | 1 | -3/+3 |
| 2017-07-16 | sctp: remove the typedef sctp_ipv4addr_param_t | Xin Long | 1 | -1/+1 |
| 2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells | 1 | -2/+3 |
| 2017-02-26 | sctp: set sin_port for addr param when checking duplicate address | Xin Long | 1 | -1/+5 |
| 2017-01-18 | sctp: add reconf_enable in asoc ep and netns | Xin Long | 1 | -0/+3 |
| 2016-12-28 | sctp: simplify addr copy | Marcelo Ricardo Leitner | 1 | -11/+7 |
| 2016-12-20 | sctp: not copying duplicate addrs to the assoc's bind address list | Xin Long | 1 | -0/+3 |
| 2016-12-20 | sctp: reduce indent level in sctp_copy_local_addr_list | Xin Long | 1 | -18/+19 |
| 2016-07-25 | sctp: use inet_recvmsg to support sctp RFS well | Xin Long | 1 | -1/+1 |
| 2016-07-13 | sctp: allow GSO frags to access the chunk too | Marcelo Ricardo Leitner | 1 | -0/+1 |
| 2016-06-14 | sctp: fix error return code in sctp_init() | Wei Yongjun | 1 | -1/+2 |
| 2016-06-03 | sctp: Add GSO support | Marcelo Ricardo Leitner | 1 | -0/+3 |
| 2016-03-08 | sctp: fix copying more bytes than expected in sctp_add_bind_addr | Marcelo Ricardo Leitner | 1 | -0/+1 |
| 2016-02-21 | sctp: Fix port hash table size computation | Neil Horman | 1 | -8/+38 |
| 2016-01-05 | sctp: drop the old assoc hashtable of sctp | Xin Long | 1 | -28/+2 |
| 2016-01-05 | sctp: apply rhashtable api to send/recv path | Xin Long | 1 | -0/+6 |
| 2015-12-16 | net: sctp: dynamically enable or disable pf state | Zhu Yanjun | 1 | -0/+3 |
| 2015-12-15 | sctp: use GFP_KERNEL in sctp_init() | Eric Dumazet | 1 | -2/+2 |
| 2015-09-11 | sctp: fix race on protocol/netns initialization | Marcelo Ricardo Leitner | 1 | -23/+41 |
| 2015-09-03 | sctp: add routing output fallback | Marcelo Ricardo Leitner | 1 | -1/+7 |
| 2015-09-03 | sctp: fix dst leak | Marcelo Ricardo Leitner | 1 | -1/+3 |
| 2015-07-21 | sctp: fix src address selection if using secondary addresses | Marcelo Ricardo Leitner | 1 | -0/+10 |
| 2015-07-21 | sctp: reduce indent level on sctp_v4_get_dst | Marcelo Ricardo Leitner | 1 | -15/+17 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -1/+1 |
| 2015-03-02 | net: use common macro for assering skb->cb[] available size in protocol families | Eyal Birger | 1 | -2/+1 |
| 2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -1/+1 |
| 2014-09-09 | net/ipv4: bind ip_nonlocal_bind to current netns | Vincent Bernat | 1 | -1/+1 |
| 2014-09-08 | percpu_counter: add @gfp to percpu_counter_init() | Tejun Heo | 1 | -1/+1 |
| 2014-07-31 | sctp: Fixup v4mapped behaviour to comply with Sock API | Jason Gunthorpe | 1 | -6/+6 |
| 2014-05-23 | net: Eliminate no_check from protosw | Tom Herbert | 1 | -2/+0 |
| 2014-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+6 |
| 2014-05-07 | net: clean up snmp stats code | WANG Cong | 1 | -4/+5 |
| 2014-04-27 | sctp: reset flowi4_oif parameter on route lookup | Xufeng Zhang | 1 | -1/+6 |
| 2014-04-15 | ipv4: add a sock pointer to ip_queue_xmit() | Eric Dumazet | 1 | -1/+1 |
| 2014-01-21 | sctp: remove macros sctp_bh_[un]lock_sock | wangweidong | 1 | -2/+2 |
| 2014-01-16 | sctp: remove the unnecessary assignment | wangweidong | 1 | -1/+0 |
| 2014-01-13 | ipv4: introduce hardened ip_no_pmtu_disc mode | Hannes Frederic Sowa | 1 | -0/+1 |
| 2013-12-26 | sctp: fix checkpatch errors with open brace '{' and trailing statements | wangweidong | 1 | -2/+2 |
| 2013-12-06 | sctp: Fix FSF address in file headers | Jeff Kirsher | 1 | -3/+2 |
| 2013-08-09 | Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" | David S. Miller | 1 | -3/+2 |
| 2013-08-09 | net: sctp: trivial: update bug report in header comment | Daniel Borkmann | 1 | -6/+0 |
| 2013-08-09 | net: sctp: convert sctp_checksum_disable module param into sctp sysctl | Daniel Borkmann | 1 | -2/+3 |
| 2013-07-24 | net: sctp: trivial: update mailing list address | Daniel Borkmann | 1 | -2/+2 |
| 2013-07-01 | net: sctp: rework debugging framework to use pr_debug and friends | Daniel Borkmann | 1 | -23/+25 |
| 2013-06-19 | sctp: Convert __list_for_each use to list_for_each | Dave Jones | 1 | -1/+1 |
| 2013-06-17 | net: sctp: remove SCTP_STATIC macro | Daniel Borkmann | 1 | -2/+2 |
| 2013-06-17 | net: sctp: get rid of t_new macro for kzalloc | Daniel Borkmann | 1 | -1/+1 |
| 2013-03-18 | net: sctp: remove cast for kmalloc/kzalloc return value | Zhang Yanfei | 1 | -1/+1 |
| 2012-12-28 | sctp: make sctp_addr_wq_timeout_handler static | stephen hemminger | 1 | -1/+1 |
| 2012-12-15 | sctp: Change defaults on cookie hmac selection | Neil Horman | 1 | -2/+2 |
| 2012-12-07 | sctp: Fix compiler warning when CONFIG_DEBUG_SECTION_MISMATCH=y | Christoph Paasch | 1 | -3/+3 |
| 2012-10-26 | sctp: Make hmac algorithm selection for cookie generation dynamic | Neil Horman | 1 | -0/+9 |
| 2012-08-14 | sctp: Make sysctl tunables per net | Eric W. Biederman | 1 | -64/+64 |
| 2012-08-14 | sctp: Push struct net down into sctp_in_scope | Eric W. Biederman | 1 | -1/+1 |
| 2012-08-14 | sctp: Add infrastructure for per net sysctls | Eric W. Biederman | 1 | -0/+7 |
| 2012-08-14 | sctp: Make the mib per network namespace | Eric W. Biederman | 1 | -14/+13 |
| 2012-08-14 | sctp: Enable sctp in all network namespaces | Eric W. Biederman | 1 | -3/+5 |
| 2012-08-14 | sctp: Make the proc files per network namespace. | Eric W. Biederman | 1 | -49/+38 |
| 2012-08-14 | sctp: Move the percpu sockets counter out of sctp_proc_init | Eric W. Biederman | 1 | -6/+7 |
| 2012-08-14 | sctp: Make the ctl_sock per network namespace | Eric W. Biederman | 1 | -28/+19 |
| 2012-08-14 | sctp: Make the address lists per network namespace | Eric W. Biederman | 1 | -61/+82 |
| 2012-07-23 | ipv4: Prepare for change of rt->rt_iif encoding. | David S. Miller | 1 | -1/+1 |
| 2012-06-19 | sctp: fix warning when compiling without IPv6 | Daniel Halperin | 1 | -0/+2 |
| 2011-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2011-12-19 | sctp: fix incorrect overflow check on autoclose | Xi Wang | 1 | -0/+3 |
| 2011-12-11 | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 1 | -1/+1 |
| 2011-10-13 | net: more accurate skb truesize | Eric Dumazet | 1 | -1/+1 |
| 2011-07-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -10/+1 |
| 2011-07-07 | net: refine {udp|tcp|sctp}_mem limits | Eric Dumazet | 1 | -10/+1 |
| 2011-06-06 | sctp: Guard IPV6 specific code properly. | David S. Miller | 1 | -1/+2 |
| 2011-06-02 | sctp: Add ASCONF operation on the single-homed host | Michio Honda | 1 | -1/+3 |
| 2011-06-02 | sctp: Add Auto-ASCONF support (core). | Michio Honda | 1 | -0/+147 |
| 2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -39/+32 |
| 2011-05-10 | sctp: Remove rt->rt_src usage in sctp_v4_get_saddr() | David S. Miller | 1 | -1/+1 |
| 2011-05-08 | sctp: Fix debug message args. | David S. Miller | 1 | -2/+2 |
| 2011-05-08 | sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit() | David S. Miller | 1 | -2/+2 |
| 2011-05-08 | inet: Pass flowi to ->queue_xmit(). | David S. Miller | 1 | -1/+1 |
| 2011-05-07 | net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() | Lai Jiangshan | 1 | -8/+1 |
| 2011-05-03 | sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst() | David S. Miller | 1 | -5/+4 |
| 2011-04-27 | sctp: clean up route lookup calls | Vlad Yasevich | 1 | -7/+5 |
| 2011-04-27 | sctp: remove useless arguments from get_saddr() call | Vlad Yasevich | 1 | -1/+0 |
| 2011-04-27 | sctp: cache the ipv6 source after route lookup | Vlad Yasevich | 1 | -25/+22 |
| 2011-03-30 | sctp: Pass __GFP_NOWARN to hash table allocation attempts. | David S. Miller | 1 | -2/+2 |
| 2011-03-12 | net: Put fl4_* macros to struct flowi4 and use them again. | David S. Miller | 1 | -4/+4 |
| 2011-03-12 | ipv4: Use flowi4 in public route lookup interfaces. | David S. Miller | 1 | -15/+15 |
| 2011-03-12 | net: Make flowi ports AF dependent. | David S. Miller | 1 | -4/+4 |
| 2011-03-12 | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 1 | -2/+2 |
| 2011-03-02 | ipv4: Make output route lookup return rtable directly. | David S. Miller | 1 | -3/+4 |
| 2010-11-10 | net: avoid limits overflow | Eric Dumazet | 1 | -1/+1 |
| 2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
| 2010-08-26 | net/sctp: Use pr_fmt and pr_<level> | Joe Perches | 1 | -9/+8 |
| 2010-08-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
| 2010-06-25 | snmp: add align parameter to snmp_mib_init() | Eric Dumazet | 1 | -1/+2 |
| 2010-06-16 | fix typos concerning "initiali[zs]e" | Uwe Kleine-König | 1 | -1/+1 |
| 2010-06-10 | net-next: remove useless union keyword | Changli Gao | 1 | -2/+2 |
| 2010-04-30 | sctp: missing set src and dest port while lookup output route | Wei Yongjun | 1 | -1/+6 |
| 2010-04-15 | net: replace ipfragok with skb->local_df | Shan Wei | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-02-17 | net: remove INIT_RCU_HEAD() usage | Alexey Dobriyan | 1 | -1/+0 |
| 2010-02-16 | percpu: add __percpu sparse annotations to net | Tejun Heo | 1 | -2/+3 |
| 2009-11-23 | sctp: Update SWS avaoidance receiver side algorithm | Vlad Yasevich | 1 | -0/+3 |
| 2009-11-05 | net: drop capability from protocol definitions | Eric Paris | 1 | -2/+0 |
| 2009-11-04 | net: Introduce for_each_netdev_rcu() iterator | Eric Dumazet | 1 | -3/+3 |
| 2009-10-18 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -4/+4 |
| 2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -3/+3 |
| 2009-09-14 | net: constify struct net_protocol | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-04 | sctp: Sysctl configuration for IPv4 Address Scoping | Bhaskar Dutta | 1 | -5/+6 |
| 2009-08-09 | sctp: fix missing destroy of percpu counter variable in sctp_proc_exit() | Rafael Laufer | 1 | -0/+1 |
| 2009-06-10 | sctp: protocol.c call rcu_barrier() on unload. | Jesper Dangaard Brouer | 1 | -0/+2 |
| 2009-06-03 | net: skb->rtable accessor | Eric Dumazet | 1 | -4/+4 |
| 2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 1 | -6/+2 |
| 2009-03-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -7/+9 |
| 2009-03-04 | SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 fails | Brian Haley | 1 | -3/+8 |
| 2009-03-02 | sctp: fix crash during module unload | Vlad Yasevich | 1 | -4/+1 |
| 2009-02-16 | sctp: Inherit all socket options from parent correctly. | Vlad Yasevich | 1 | -27/+2 |
| 2009-02-16 | sctp: Allow to disable SCTP checksums via module parameter | Lucas Nussbaum | 1 | -0/+2 |
| 2008-11-27 | sctp: fix missing label when PROC_FS=n | Randy Dunlap | 1 | -2/+3 |
| 2008-11-25 | net: Use a percpu_counter for sockets_allocated | Eric Dumazet | 1 | -1/+5 |
| 2008-10-31 | net: replace NIPQUAD() in net/*/ | Harvey Harrison | 1 | -10/+8 |
| 2008-08-03 | sctp: Drop ipfargok in sctp_xmit function | Herbert Xu | 1 | -2/+7 |
| 2008-07-19 | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2008-07-18 | sctp: Update sctp global memory limit allocations. | Vlad Yasevich | 1 | -3/+7 |
| 2008-07-18 | sctp: Support ipv6only AF_INET6 sockets. | Vlad Yasevich | 1 | -0/+7 |
| 2008-07-18 | sctp: Don't abort initialization when CONFIG_PROC_FS=n | Florian Westphal | 1 | -1/+10 |
| 2008-06-17 | sctp: fix error path in sctp_proc_init | Pavel Emelyanov | 1 | -1/+1 |