Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6559c901cb4840e46893d587d8af435aac9c4c3f
/
include
/
net
/
ip.h
6348ef2
net:snmp: Introduce generic interfaces for snmp_get_cpu_field{, 64}
by Jia He
· 8 years ago
359ebda
net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags
by Shmulik Ladkani
· 8 years ago
fedbb6b4
ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output
by Shmulik Ladkani
· 8 years ago
0b922b7
net: original ingress device index in PKTINFO
by David Ahern
· 9 years ago
13415e4
net: snmp: kill STATS_BH macros
by Eric Dumazet
· 9 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
b15084e
net: rename IP_UPD_PO_STATS_BH()
by Eric Dumazet
· 9 years ago
98f6199
net: rename IP_ADD_STATS_BH()
by Eric Dumazet
· 9 years ago
b45386e
net: rename IP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
6aef70a
net: snmp: kill various STATS_USER() helpers
by Eric Dumazet
· 9 years ago
24025c4
ipv4: process socket-level control messages in IPv4
by Soheil Hassas Yeganeh
· 9 years ago
822c868
net: ipv4: Convert IP network timestamps to be y2038 safe
by Deepa Dinamani
· 9 years ago
e21145a
ipv4: namespacify ip_early_demux sysctl knob
by Nikolay Borisov
· 9 years ago
287b7f3
ipv4: Namespacify ip_dynaddr sysctl knob
by Nikolay Borisov
· 9 years ago
19bcf9f
ipv4: Pass struct net into ip_defrag and ip_check_defrag
by Eric W. Biederman
· 9 years ago
ede2059
dst: Pass net into dst->output
by Eric W. Biederman
· 9 years ago
33224b1
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
by Eric W. Biederman
· 9 years ago
cf91a99
ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
by Eric W. Biederman
· 9 years ago
e2cb77d
ipv4: Merge ip_local_out and ip_local_out_sk
by Eric W. Biederman
· 9 years ago
b92dacd
ipv4: Merge __ip_local_out and __ip_local_out_sk
by Eric W. Biederman
· 9 years ago
4ebdfba7
dst: Pass a sk into .local_out
by Eric W. Biederman
· 9 years ago
40e1068
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net-next
by David S. Miller
· 9 years ago
caf3f26
inet: ip_skb_dst_mtu() should use sk_fullsock()
by Eric Dumazet
· 9 years ago
694869b
ipv4: Pass struct net through ip_fragment
by Eric W. Biederman
· 9 years ago
cfe673b
ip: constify ip_build_and_send_pkt() socket argument
by Eric Dumazet
· 9 years ago
4e3f5d7
inet: constify ip_dont_fragment() arguments
by Eric Dumazet
· 9 years ago
c4c6bc3
net: Introduce helper functions to get the per cpu data
by Raghavendra K T
· 9 years ago
72afa35
net: Introduce ipv4_addr_hash and use it for tcp metrics
by David Ahern
· 9 years ago
877d1f6
net: Set sk_txhash from a random number
by Tom Herbert
· 9 years ago
03645a1
ipv6: lock socket in ip6_datagram_connect()
by Eric Dumazet
· 9 years ago
c3f8324
net: Add full IPv6 addresses to flow_keys
by Tom Herbert
· 9 years ago
42aecaa
net: Get skb hash over flow_keys structure
by Tom Herbert
· 9 years ago
d6b915e
ip_fragment: don't forward defragmented DF packet
by Florian Westphal
· 9 years ago
06b2c61
ip: remove unused function prototype
by Andy Zhou
· 9 years ago
49d16b2
bridge_netfilter: No ICMP packet on IPv4 fragmentation error
by Andy Zhou
· 9 years ago
5cf4228
ipv4: introduce frag_expire_skip_icmp()
by Andy Zhou
· 9 years ago
59346af
flow_dissector: change port array into src, dst tuple
by Jiri Pirko
· 10 years ago
06635a3
flow_dissect: use programable dissector in skb_flow_dissect and friends
by Jiri Pirko
· 10 years ago
1bd758e
net: change name of flow_dissector header to match the .c file name
by Jiri Pirko
· 10 years ago
7026b1d
netfilter: Pass socket pointer down through okfn().
by David Miller
· 10 years ago
c85d697
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
f60e599
ipv6: protect skb->sk accesses from recursive dereference inside the stack
by hannes@stressinduktion.org
· 10 years ago
b6a7719
ipv4: hash net ptr into fragmentation bucket selection
by Hannes Frederic Sowa
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
bdbbb85
ipv4: tcp: get rid of ugly unicast_sock
by Eric Dumazet
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
df4d925
ipv4: try to cache dst_entries which would cause a redirect
by Hannes Frederic Sowa
· 10 years ago
5961de9
ip: Add offset parameter to ip_cmsg_recv
by Tom Herbert
· 10 years ago
24a2d43
ipv4: rename ip_options_echo to __ip_options_echo()
by Eric Dumazet
· 10 years ago
4cdf507
icmp: add a global rate limitation
by Eric Dumazet
· 10 years ago
49a6015
net/ipv4: bind ip_nonlocal_bind to current netns
by Vincent Bernat
· 10 years ago
1933a78
net: add gro_compute_pseudo functions
by Tom Herbert
· 10 years ago
f139c74
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
20e61da
ipv4: fail early when creating netdev named all or default
by WANG Cong
· 10 years ago
04ca697
ip: make IP identifiers less predictable
by Eric Dumazet
· 10 years ago
434d305
inet: frag: don't account number of fragment queues
by Florian Westphal
· 10 years ago
b73c3d0
net: Save TX flow hash in sock and set in skbuf on xmit
by Tom Herbert
· 10 years ago
73f156a
inetpeer: get rid of ip_id_count
by Eric Dumazet
· 10 years ago
fcd77db
net: Fix CONFIG_SYSCTL ifdef test.
by David S. Miller
· 10 years ago
122ff24
ipv4: make ip_local_reserved_ports per netns
by WANG Cong
· 11 years ago
e110861
net: add a sysctl to reflect the fwmark on replies
by Lorenzo Colitti
· 11 years ago
60ff746
net: rename local_df to ignore_df
by WANG Cong
· 11 years ago
698365f
net: clean up snmp stats code
by WANG Cong
· 11 years ago
ed70fcf
net: Call skb_checksum_init in IPv4
by Tom Herbert
· 11 years ago
aad8872
ipv4: add a sock pointer to dst->output() path.
by Eric Dumazet
· 11 years ago
b0270e9
ipv4: add a sock pointer to ip_queue_xmit()
by Eric Dumazet
· 11 years ago
f7324ac
tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()
by David S. Miller
· 11 years ago
1b34657
ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMIT
by Hannes Frederic Sowa
· 11 years ago
c8e6ad0
ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg
by Hannes Frederic Sowa
· 11 years ago
4b261c7
ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams
by Hannes Frederic Sowa
· 11 years ago
72c1d3b
ipv4: register igmp_notifier even when !CONFIG_PROC_FS
by WANG Cong
· 11 years ago
f87c10a
ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofing
by Hannes Frederic Sowa
· 11 years ago
974eda1
inet: make no_pmtu_disc per namespace and kill ipv4_config
by Hannes Frederic Sowa
· 11 years ago
85fbaa7
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions
by Hannes Frederic Sowa
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
fbf8866
net: ipv4 only populate IP_PKTINFO when needed
by Shawn Bohrer
· 11 years ago
0bbf87d
net ipv4: Convert ipv4.ip_local_port_range to be per netns v3
by Eric W. Biederman
· 11 years ago
aa66158
ipv4: processing ancillary IP_TOS or IP_TTL
by Francesco Fusco
· 11 years ago
f02db31
ipv4: IP_TOS and IP_TTL can be specified as ancillary data
by Francesco Fusco
· 11 years ago
5c3a0fd
ip*.h: Remove extern from function prototypes
by Joe Perches
· 11 years ago
703133d
ip: generate unique IP identificator if local fragmentation is allowed
by Ansis Atteka
· 11 years ago
5a17a39
net: make snmp_mib_free static inline
by Cong Wang
· 11 years ago
8141ed9
ipv4: Add a socket release callback for datagram sockets
by Steffen Klassert
· 12 years ago
5f2d04f
ipv4: fix path MTU discovery with connection tracking
by Patrick McHardy
· 12 years ago
b5ec8ee
ipv4: fix ip_send_skb()
by Eric Dumazet
· 12 years ago
be9f4a4
ipv4: tcp: remove per net tcp_sock
by Eric Dumazet
· 12 years ago
70e7341
ipv4: Show that ip_send_reply() is purely unicast routine.
by David S. Miller
· 12 years ago
6648bd7
ipv4: Add sysctl knob to control early socket demux
by Alexander Duyck
· 12 years ago
211ed86
net: delete all instances of special processing for token ring
by Paul Gortmaker
· 13 years ago
a5347fe
net: Delete all remaining instances of ctl_path
by Eric W. Biederman
· 13 years ago
ba57b4d
ipv4: Make ip_call_ra_chain() return bool.
by David S. Miller
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
d826eb1
ipv4: PKTINFO doesnt need dst reference
by Eric Dumazet
· 13 years ago
66b13d9
ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAIT
by Eric Dumazet
· 13 years ago
bc416d9
macvlan: handle fragmented multicast frames
by Eric Dumazet
· 13 years ago
595fc71
ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.
by David S. Miller
· 13 years ago
d18cd55
net: Fix build failures due to ip_is_fragment()
by David S. Miller
· 13 years ago
56f8a75
ip: introduce ip_is_fragment helper inline function
by Paul Gortmaker
· 13 years ago
4b9d9be
inetpeer: remove unused list
by Eric Dumazet
· 13 years ago
0a5ebb8
ipv4: Pass explicit daddr arg to ip_send_reply().
by David S. Miller
· 14 years ago
Next »