summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-01-28net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-27soreuseport: fix use of uid in tb->fastuidTom Herbert
2013-01-27Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2013-01-23soreuseport: UDP/IPv4 implementationTom Herbert
2013-01-23soreuseport: TCP/IPv4 implementationTom Herbert
2013-01-23netfilter: nf_conntrack: refactor l4proto support for netnsGao feng
2013-01-23netfilter: nf_conntrack: refactor l3proto support for netnsGao feng
2013-01-22netfilter: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2013-01-22ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2013-01-22ipmr: fix sparse warning when testing origin or groupNicolas Dichtel
2013-01-21mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel
2013-01-17net: increase fragment memory usage limitsJesper Dangaard Brouer
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-11ipv4: fib: fix a comment.Rami Rosen
2013-01-10tcp: accept RST without ACK flagEric Dumazet
2013-01-10tcp: fix splice() and tcp collapsing interactionEric Dumazet
2013-01-10tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet
2013-01-09ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-08net: prevent setting ttl=0 via IP_TTLCong Wang
2013-01-06ipv4: fix NULL checking in devinet_ioctl()Xi Wang
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa
2013-01-04net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter
2012-12-28tcp: make proc_tcp_fastopen_key staticstephen hemminger
2012-12-28Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2012-12-26ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata
2012-12-26tcp: should drop incoming frames without ACK flag setEric Dumazet
2012-12-24arp: fix a regression in arp_solicit()Cong Wang
2012-12-21ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet
2012-12-21ip_gre: fix possible use after freeEric Dumazet
2012-12-21ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata
2012-12-16netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins
2012-12-16netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-10net: remove obsolete simple_strto<foo>Abhijit Pawar
2012-12-10ipv4: ip_check_defrag must not modify skb before unsharingJohannes Berg
2012-12-09inet_diag: validate port comparison byte code to prevent unsafe readsNeal Cardwell
2012-12-09inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run()Neal Cardwell
2012-12-09inet_diag: validate byte code to prevent oops in inet_diag_bc_run()Neal Cardwell
2012-12-09inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV stateNeal Cardwell
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng
2012-12-07ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel
2012-12-04ipmr: advertise new mfc entries via rtnlNicolas Dichtel
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel
2012-12-04ipmr/ip6mr: report origin of mfc entry into rtnl msgNicolas Dichtel
2012-12-04ipmr/ip6mr: advertise mfc stats via rtnetlinkNicolas Dichtel
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel