aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-11-01ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-3/+5
2015-11-01ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-0/+1
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet1-1/+0
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-4/+2
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-5/+4
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-3/+2
2015-10-08ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmitEric W. Biederman1-4/+6
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-5/+5
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman1-7/+2
2015-10-08dst: Pass a sk into .local_outEric W. Biederman1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-3/+4
2015-10-08ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman1-1/+1
2015-10-08ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman1-1/+1
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman1-24/+20
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern1-1/+1
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet1-6/+8
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-2/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-9/+13
2015-09-17ipv4: Only compute net once in ip_finish_output2Eric W. Biederman1-2/+3
2015-09-17ipv4: Explicitly compute net in ip_fragmentEric W. Biederman1-3/+2
2015-09-17ipv4: Only compute net once in ip_do_fragmentEric W. Biederman1-6/+8
2015-09-17ipv4: Remember the net in ip_output and ip_mc_outputEric W. Biederman1-2/+4
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-3/+3
2015-08-13net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern1-1/+6
2015-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+0
2015-06-12net: ipv4: un-inline ip_finish_output2Florian Westphal1-1/+1
2015-06-12net: ip_fragment: remove BRIDGE_NETFILTER mtu special handlingFlorian Westphal1-4/+0
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal1-2/+10
2015-05-27net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal1-7/+12
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa1-11/+4
2015-05-19bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou1-12/+28
2015-05-13ipv4: __ip_local_out_sk() is staticEric Dumazet1-1/+1
2015-04-07net: remove extra newlinesSheng Yong1-3/+0
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-19/+26
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-10/+13
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-3/+4
2015-03-22netfilter: bridge: kill nf_bridge_padFlorian Westphal1-4/+1
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+3
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro1-4/+2
2015-02-01ipv4: tcp: get rid of ugly unicast_sockEric Dumazet1-27/+3
2015-01-28tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2014-12-09put iov_iter into msghdrAl Viro1-2/+4
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro1-3/+3
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches1-5/+3
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-1/+1
2014-10-17ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso1-1/+1