summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* net: Replace vrf_dev_table and friendsDavid Ahern2015-09-291-2/+2
* tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-291-7/+3
* net: only check perm protocol when register protoJunwei Zhang2015-09-171-11/+5
* net: Make table id type u32David Ahern2015-09-011-1/+1
* ipv4: fix 32b buildMadalin Bucur2015-08-311-1/+1
* ipv4: Fix 32-bit build.David S. Miller2015-08-301-2/+2
* net: Introduce helper functions to get the per cpu dataRaghavendra K T2015-08-301-14/+27
* inet: Move VRF table lookup to inlined functionDavid Ahern2015-08-171-9/+1
* net: Fix up inet_addr_type checksDavid Ahern2015-08-131-1/+12
* ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf2015-07-231-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-0/+2
|\
| * tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch2015-06-231-0/+2
* | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-061-1/+2
* | tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2015-05-271-1/+1
* | net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-3/+1
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
|/
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-3/+3
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-6/+5
* net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-1/+1
* net: rfs: add hash collision detectionEric Dumazet2015-02-081-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-0/+11
|\
| * net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-261-0/+11
* | net: Remove MPLS GSO feature.Pravin B Shelar2014-11-051-1/+0
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-051-0/+1
|/
* net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2014-10-201-1/+1
* ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet2014-10-011-0/+3
* net: Remove gso_send_check as an offload callbackTom Herbert2014-09-261-36/+0
* ipip: Add gro callbacks to ipip offloadTom Herbert2014-09-091-0/+2
* net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-091-5/+1
* net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-161-0/+3
* gre: Call gso_make_checksumTom Herbert2014-06-041-0/+1
* net: Add GSO support for UDP tunnels with checksumTom Herbert2014-06-041-0/+1
* net: Eliminate no_check from protoswTom Herbert2014-05-231-7/+0
* ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-141-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-0/+36
|\
| * ping: move ping_group_range out of CONFIG_SYSCTLCong Wang2014-05-081-0/+8
| * ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang2014-05-081-0/+28
* | net: clean up snmp stats codeWANG Cong2014-05-071-62/+31
|/
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa2014-02-251-2/+5
* ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-131-0/+1
* net-gre-gro: Add GRE support to the GRO stackJerry Chu2014-01-071-2/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-191-1/+1
|\
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-1/+1
* | inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-181-4/+1
* | net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-121-6/+19
|/
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+14
|\
OpenPOWER on IntegriCloud