aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/raw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-2/+2
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert1-1/+1
2019-05-08ipv4: Fix raw socket lookup for local trafficDavid Ahern1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-1/+1
2018-11-27net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern1-1/+1
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-2/+1
2018-11-07net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning1-2/+26
2018-10-02ipv4: Allow sending multicast packets on specific i/f using VRF socketRobert Shearman1-1/+1
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn1-2/+0
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn1-8/+1
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia1-0/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig1-24/+12
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai1-2/+0
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern1-1/+14
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-15ip: Define usercopy region in IP proto slab cacheDavid Windsor1-0/+2
2018-01-09net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange1-1/+3
2017-12-11net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-5/+10
2017-08-07net: ipv4: add second dif to multicast source filterDavid Ahern1-1/+1
2017-08-07net: ipv4: add second dif to raw socket lookupsDavid Ahern1-5/+11
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+3
2017-04-17ipv4: fix a deadlock in ip_ra_controlWANG Cong1-0/+2
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov1-1/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-07net: Update raw socket bind to consider l3 domainDavid Ahern1-1/+9
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-1/+1
2016-11-02net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnectCyrill Gorcunov1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov1-2/+19
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet1-1/+1
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern1-6/+0
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-5/+6
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet1-1/+3
2016-02-11sock: struct proto hash function may errorCraig Gallek1-1/+3
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern1-2/+5
2015-11-16raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox1-3/+5
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-1/+1
2015-10-07net: Add l3mdev saddr lookup to raw_sendmsgDavid Ahern1-2/+6