- 23a4642 Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 2 years, 11 months ago
- 153a0d1 ipv4: raw: lock the socket in raw_bind() by Eric Dumazet · 2 years, 11 months ago
- 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
- 8ff978b ipv4/raw: support binding to nonlocal addresses by Riccardo Paolo Bestetti · 3 years, 1 month ago
- b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 1 month ago
- e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
- 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 3 months ago
- 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 2 months ago
- c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
- 645f089 net: Fix some comments by Miaohe Lin · 4 years, 4 months ago
- 7551144 net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDED by Miaohe Lin · 4 years, 4 months ago
- 2bdcc73 net: ipv4: delete repeated words by Randy Dunlap · 4 years, 4 months ago
- cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- b6238c0 net/ipv4: remove compat_ip_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
- 0d8a42c raw: Add missing annotations to raw_seq_start() and raw_seq_stop() by Jules Irenge · 4 years, 10 months ago
- 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
- c6af0c2 ip: support SO_MARK cmsg by Willem de Bruijn · 5 years ago
- 38c7352 ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop by Stephen Suryaputra · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- ea9a037 net: Treat sock->sk_drops as an unsigned int when printing by Patrick Talbert · 6 years ago
- 19e4e76 ipv4: Fix raw socket lookup for local traffic by David Ahern · 6 years ago
- 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 8f932f7 net: add missing SOF_TIMESTAMPING_OPT_ID support by Willem de Bruijn · 6 years ago
- 86d1d8b net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabled by David Ahern · 6 years ago
- 7055420 net: fix raw socket lookup device bind matching with VRFs by Duncan Eastoe · 6 years ago
- 6897445 net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFs by Mike Manning · 6 years ago
- 854da99 ipv4: Allow sending multicast packets on specific i/f using VRF socket by Robert Shearman · 6 years ago
- 678ca42 ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 by Willem de Bruijn · 6 years ago
- 3517820 ipv4: ipcm_cookie initializers by Willem de Bruijn · 6 years ago
- bc969a9 net: ipv4: Hook into time based transmission by Jesus Sanchez-Palencia · 6 years ago
- c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
- 93cb5a1 ipv{4,6}/raw: simplify ѕeq_file code by Christoph Hellwig · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 128aaa9 net: Revert "ipv4: fix a deadlock in ip_ra_control" by Kirill Tkhai · 7 years ago
- f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
- 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- 9515a2e net/ipv4: Allow send to local broadcast from a socket bound to a VRF by David Ahern · 7 years ago
- 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
- 8c2bc89 ip: Define usercopy region in IP proto slab cache by David Windsor · 7 years ago
- 20b50d7 net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg() by Nicolai Stange · 7 years ago
- 8f659a0 net: ipv4: fix for a race condition in raw_sendmsg by Mohamed Ghannam · 7 years ago
- 60d9b03 net: ipv4: add second dif to multicast source filter by David Ahern · 7 years ago
- 6735993 net: ipv4: add second dif to raw socket lookups by David Ahern · 7 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 86f4c90 ipv4, ipv6: ensure raw socket message is big enough to hold an IP header by Alexander Potapenko · 8 years ago
- 1215e51 ipv4: fix a deadlock in ip_ra_control by WANG Cong · 8 years ago
- 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- cd2c0f4 net: Update raw socket bind to consider l3 domain by David Ahern · 8 years ago
- e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
- 3de864f net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect by Cyrill Gorcunov · 8 years ago
- 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 432490f net: ip, diag -- Add diag interface for raw sockets by Cyrill Gorcunov · 8 years ago
- 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago
- d66f6c0 net: ipv4: Remove l3mdev_get_saddr by David Ahern · 8 years ago
- c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 9 years ago
- 24025c4 ipv4: process socket-level control messages in IPv4 by Soheil Hassas Yeganeh · 9 years ago
- b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 9194830 ipv4: fix memory leaks in ip_cmsg_send() callers by Eric Dumazet · 9 years ago
- 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
- b5bdacf net: Propagate lookup failure in l3mdev_get_saddr to caller by David Ahern · 9 years ago
- 027ac58 raw: increment correct SNMP counters for ICMP messages by Ben Cartwright-Cox · 9 years ago
- 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
- bb191c3 net: Add l3mdev saddr lookup to raw_sendmsg by David Ahern · 9 years ago
- 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
- 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
- 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
- 6e8a9d9 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
- 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 10 years ago
- 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 10 years ago
- 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
- 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
- e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
- b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 10 years ago
- 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
- 21226ab net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() by Al Viro · 10 years ago
- 7ae9abf ipv4: raw_send_hdrinc(): pass msghdr by Al Viro · 10 years ago
- c0371da put iov_iter into msghdr by Al Viro · 10 years ago
- f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
- b61e9dc raw.c: stick msghdr into raw_frag_vec by Al Viro · 10 years ago
- c008ba5b ipv4: Avoid reading user iov twice after raw_probe_proto_opt by Herbert Xu · 10 years ago
- 32b5913 ipv4: Use standard iovec primitive in raw_probe_proto_opt by Herbert Xu · 10 years ago
- 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
- f5220d6 ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets by Quentin Armitage · 10 years ago
- 11878b4 net-timestamp: SOCK_RAW and PING timestamping by Willem de Bruijn · 10 years ago
- 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 11 years ago
- c8e6ad0 ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsg by Hannes Frederic Sowa · 11 years ago
- 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
- 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 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
- bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
- fbf8866 net: ipv4 only populate IP_PKTINFO when needed by Shawn Bohrer · 11 years ago
- 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- aa66158 ipv4: processing ancillary IP_TOS or IP_TTL by Francesco Fusco · 11 years ago
- 8d65b11 net: raw: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
- 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
- 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago