- 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 · 10 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
- c27c932 ipv4: sendto/hdrincl: don't use destination address found in header by Chris Clark · 11 years ago
- d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
- d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
- 8141ed9 ipv4: Add a socket release callback for datagram sockets by Steffen Klassert · 12 years ago
- 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- ab43ed8 ipv4: raw: fix icmp_filter() by Eric Dumazet · 12 years ago
- a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
- 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
- 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
- 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 13 years ago
- 058bd4d net: Convert printks to pr_<level> by Joe Perches · 13 years ago
- 76e2105 ipv4: Implement IP_UNICAST_IF socket option. by Erich E. Hoover · 13 years ago
- 6608824 ipv4: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
- d826eb1 ipv4: PKTINFO doesnt need dst reference by Eric Dumazet · 13 years ago
- bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
- 47670b7 ipv4: route non-local sources for raw socket by Julian Anastasov · 13 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- 4500ebf ipv4: Reduce switch/case indent by Joe Perches · 13 years ago
- 71338aa net: convert %p usage to %pK by Dan Rosenberg · 13 years ago
- f5fca60 ipv4: Pass flow key down into ip_append_*(). by David S. Miller · 14 years ago
- 77968b7 ipv4: Pass flow keys down into datagram packet building engine. by David S. Miller · 14 years ago
- f6d8bd0 inet: add RCU protection to inet->opt by Eric Dumazet · 14 years ago
- b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
- 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- ef164ae ipv4: Use flowi4_init_output() in raw_sendmsg() by David S. Miller · 14 years ago
- 4910ac6 ipv4: Don't ip_rt_put() an error pointer in RAW sockets. by David S. Miller · 14 years ago
- 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 14 years ago
- 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 14 years ago
- 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 14 years ago