summaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
AgeCommit message (Expand)Author
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-27net: Fix some commentsMiaohe Lin
2020-08-24net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin
2020-08-24net: ipv4: delete repeated wordsRandy Dunlap
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig
2020-03-11raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert
2019-05-08ipv4: Fix raw socket lookup for local trafficDavid Ahern
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn
2018-11-27net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe
2018-11-07net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-15ip: Define usercopy region in IP proto slab cacheDavid Windsor
2018-01-09net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange
2017-12-11net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern
2017-08-07net: ipv4: add second dif to raw socket lookupsDavid Ahern
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-04-17ipv4: fix a deadlock in ip_ra_controlWANG Cong
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-07net: Update raw socket bind to consider l3 domainDavid Ahern
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti
2016-11-02net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnectCyrill Gorcunov
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller