Age | Commit message (Expand) | Author |
2023-10-01 | net: implement lockless SO_PRIORITY | Eric Dumazet |
2023-03-17 | net: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet |
2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore |
2019-12-24 | net: add bool confirm_neigh parameter for dst_ops.update_pmtu | Hangbin Liu |
2019-12-04 | net: ipv6: add net argument to ip6_dst_lookup_flow | Sabrina Dubroca |
2019-09-27 | ipv6: add priority parameter to ip6_xmit() | Eric Dumazet |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-27 | tcp: don't annotate mark on control socket from tcp_v6_send_response() | Pablo Neira |
2017-01-18 | inet: drop ->bind_conflict | Josef Bacik |
2017-01-18 | inet: collapse ipv4/v6 rcv_saddr_equal functions into one | Josef Bacik |
2016-12-17 | inet: Fix get port to handle zero port number with soreuseport set | Tom Herbert |
2016-11-04 | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti |
2016-02-11 | soreuseport: fast reuseport TCP socket selection | Craig Gallek |
2016-01-04 | soreuseport: fast reuseport UDP socket selection | Craig Gallek |
2015-12-03 | ipv6: kill sk_dst_lock | Eric Dumazet |
2015-12-02 | ipv6: add complete rcu protection around np->opt | Eric Dumazet |
2015-10-03 | tcp/dccp: install syn_recv requests into ehash table | Eric Dumazet |
2015-10-03 | tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument | Eric Dumazet |
2015-09-29 | dccp: use inet6_csk_route_req() helper | Eric Dumazet |
2015-09-25 | ipv6: constify inet6_csk_route_req() socket argument | Eric Dumazet |
2015-03-23 | net: convert syn_wait_lock to a spinlock | Eric Dumazet |
2015-03-20 | inet: get rid of central tcp/dccp listener timer | Eric Dumazet |
2015-03-20 | inet: drop prev pointer handling in request sock | Eric Dumazet |
2014-08-24 | ipv6: White-space cleansing : gaps between function and symbol export | Ian Morris |
2014-08-24 | ipv6: White-space cleansing : Line Layouts | Ian Morris |
2014-05-13 | net: support marking accepting TCP sockets | Lorenzo Colitti |
2014-04-15 | ipv4: add a sock pointer to ip_queue_xmit() | Eric Dumazet |
2013-12-06 | net: Remove FLOWI_FLAG_CAN_SLEEP | Steffen Klassert |
2013-10-10 | inet: rename ir_loc_port to ir_num | Eric Dumazet |
2013-10-10 | inet: includes a sock_common in request_sock | Eric Dumazet |
2013-10-09 | ipv6: make lookups simpler and faster | Eric Dumazet |
2013-03-08 | ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id | Hannes Frederic Sowa |
2013-03-05 | tcp: ipv6: bind() use stronger condition for bind_conflict | Flavio Leitner |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2013-01-29 | ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabled | Eric W. Biederman |
2013-01-23 | soreuseport: TCP/IPv6 implementation | Tom Herbert |
2012-11-20 | ipv6: fix inet6_csk_update_pmtu() return value | Eric Dumazet |
2012-09-18 | ipv6: use net->rt_genid to check dst validity | Nicolas Dichtel |
2012-07-18 | ipv6: fix inet6_csk_xmit() | Eric Dumazet |
2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller |
2012-07-16 | ipv6: Add helper inet6_csk_update_pmtu(). | David S. Miller |
2012-06-28 | tcp: pass fl6 to inet6_csk_route_req() | Neal Cardwell |
2012-06-28 | tcp: fix inet6_csk_route_req() for link-local addresses | Neal Cardwell |
2012-04-14 | tcp: bind() use stronger condition for bind_conflict | Alex Copot |
2011-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2011-11-23 | ipv6: tcp: fix panic in SYN processing | Eric Dumazet |
2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan |
2011-10-27 | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT | Eric Dumazet |
2011-08-01 | ipv6: use RCU in inet6_csk_xmit() | Eric Dumazet |