summaryrefslogtreecommitdiff
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-31
|\
| * bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-31
| * bpf: Hooks for sys_connectAndrey Ignatov2018-03-31
| * net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-31
| * bpf: Hooks for sys_bindAndrey Ignatov2018-03-31
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
|/
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-13
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* ip_rt_ioctl(): take copyin to callerAl Viro2018-01-24
* devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-24
* ip: do not set RFS core on error queue readsSoheil Hassas Yeganeh2018-01-05
* net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao2017-12-20
* net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-24
* ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-18
* ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-01
* ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-01
* ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-01
* net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-28
* Revert "ipv4: make net_protocol const"David Ahern2017-08-28
* ipv4: make net_protocol constBhumika Goyal2017-08-28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-10
|\
| * igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-09
* | ipv4: Introduce ipip_offload_init helper function.Tonghao Zhang2017-08-03
* | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-01
* | net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-17
|/
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02
|\
| * net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-24
* | ipv4: Don't pass IP fragments to upper layer GRO handlers.Steffen Klassert2017-04-28
|/
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-09
* net: Add a skb_gro_flush_final helper.Steffen Klassert2017-02-15
* net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2017-01-25
* net/tcp-fastopen: Add new API supportWei Wang2017-01-25
* Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-24
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-29
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\
| * GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo2016-11-29
* | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-02
|/
* inet: fix sleeping inside inet_wait_for_connect()WANG Cong2016-11-03
* net: add recursion limit to GROSabrina Dubroca2016-10-20
* gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-19
* tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-28
* net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng2016-08-23
* ipv4: af_inet: make it explicitly non-modularPaul Gortmaker2016-07-11
* ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-05-23
* ip4ip6: Support for GSO/GROTom Herbert2016-05-20