Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-08-23net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven
2016-08-20net: ipv4: fix sparse error in fib_good_nh()Eric Dumazet
2016-08-20udp: include addrconf.hEric Dumazet
2016-08-20tcp: md5: remove tcp_md5_hash_header()Eric Dumazet
2016-08-19tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet
2016-08-19tcp: defer sacked assignmentEric Dumazet
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-18net: ipconfig: Fix more use after freeThierry Reding
2016-08-15gre: set inner_protocol on xmitSimon Horman
2016-08-11net: ipconfig: fix use after freeUwe Kleine-König
2016-08-10net: Remove fib_local variableDavid Ahern
2016-08-09vti: flush x-netns xfrm cache when vti interface is removedLance Richardson
2016-08-09net/multicast: should not send source list records when have filter mode changeHangbin Liu
2016-08-09net: ipconfig: drop inter-device timeoutUwe Kleine-König
2016-08-09net: ipconfig: Support using "delayed" DHCP repliesUwe Kleine-König
2016-08-09net: ipconfig: Add device name to debug messagesUwe Kleine-König
2016-08-06ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster
2016-07-31tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-27net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov
2016-07-26udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann
2016-07-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-20net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...Shmulik Ladkani
2016-07-20net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-17net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov
2016-07-16tcp_timer.c: Add kernel-doc function descriptionsRichard Sailer
2016-07-16tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron
2016-07-12ipv4: af_inet: make it explicitly non-modularPaul Gortmaker
2016-07-11ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov
2016-07-11tcp: make challenge acks less predictableEric Dumazet
2016-07-11tunnels: correct conditional build of MPLS and IPv6Simon Horman
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček
2016-07-11netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang
2016-07-10ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()Eric Dumazet
2016-07-10ipip: support MPLS over IPv4Simon Horman
2016-07-10tunnels: support MPLS over IPv4 tunnelsSimon Horman
2016-07-07timers, net/ipv4/inet: Initialize connection request timers as pinnedThomas Gleixner
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches
2016-07-01netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller