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
AgeCommit message (Expand)Author
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-02ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-01-06ip: Add offset parameter to ip_cmsg_recvTom Herbert
2014-09-29ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet
2014-09-23icmp: add a global rate limitationEric Dumazet
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat
2014-08-25net: add gro_compute_pseudo functionsTom Herbert
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong
2014-07-29ip: make IP identifiers less predictableEric Dumazet
2014-07-28inet: frag: don't account number of fragment queuesFlorian Westphal
2014-07-08net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-05-15net: Fix CONFIG_SYSCTL ifdef test.David S. Miller
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong
2014-05-14net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-05-08net: clean up snmp stats codeWANG Cong
2014-05-05net: Call skb_checksum_init in IPv4Tom Herbert
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-03-07tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller
2014-02-27ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa
2014-02-20ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa
2014-01-20ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa
2014-01-15ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa
2013-12-19inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa
2013-11-24inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-10-09net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer
2013-10-01net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman
2013-09-29ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco
2013-09-29ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-09-03net: make snmp_mib_free static inlineCong Wang
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy
2012-08-11ipv4: fix ip_send_skb()Eric Dumazet
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet
2012-06-28ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller
2012-06-23ipv4: Add sysctl knob to control early socket demuxAlexander Duyck
2012-05-16net: delete all instances of special processing for token ringPaul Gortmaker