Age | Commit message (Expand) | Author | Files | Lines |
2013-11-15 | tcp: tsq: restore minimal amount of queueing | Eric Dumazet | 1 | -3/+0 |
2013-11-08 | bonding: document the new packets_per_slave option | Nikolay Aleksandrov | 1 | -0/+9 |
2013-11-05 | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next | David S. Miller | 1 | -0/+217 |
2013-11-05 | tcp: properly handle stretch acks in slow start | Yuchung Cheng | 1 | -11/+0 |
2013-11-05 | tcp: enable sockets to use MSG_FASTOPEN by default | Yuchung Cheng | 1 | -2/+2 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 11 | -31/+31 |
2013-11-04 | net: extend net_device allocation to vmalloc() | Eric Dumazet | 1 | -5/+5 |
2013-10-31 | can: add broadcast manager documentation | Oliver Hartkopp | 1 | -0/+217 |
2013-10-31 | doc:net: Fix typo in Documentation/networking | Masanari Iida | 11 | -20/+20 |
2013-10-28 | Documentation/networking: netdev-FAQ typo corrections | Randy Dunlap | 1 | -11/+11 |
2013-10-19 | batman-adv: update email address for Marek Lindner | Marek Lindner | 1 | -1/+1 |
2013-10-19 | batman-adv: update email address for Simon Wunderlich | Simon Wunderlich | 1 | -1/+1 |
2013-10-09 | batman-adv: remove vis functionality | Simon Wunderlich | 1 | -48/+2 |
2013-10-03 | bonding: document the new xmit policy modes and update the changed ones | Nikolay Aleksandrov | 1 | -30/+36 |
2013-09-16 | bonding: Make alb learning packet interval configurable | Neil Horman | 1 | -0/+6 |
2013-09-11 | i40e: include i40e in kernel proper | Jesse Brandeburg | 2 | -0/+117 |
2013-09-04 | net: ipv6: mld: document force_mld_version in ip-sysctl.txt | Daniel Borkmann | 1 | -0/+5 |
2013-08-31 | driver:net:stmmac: Disable DMA store and forward mode if platform data force_... | Sonic Zhang | 1 | -0/+3 |
2013-08-30 | net: packet: document available fanout policies | Daniel Borkmann | 1 | -0/+8 |
2013-08-29 | tcp: TSO packets automatic sizing | Eric Dumazet | 1 | -0/+9 |
2013-08-29 | ipv6: drop fragmented ndisc packets by default (RFC 6980) | Hannes Frederic Sowa | 1 | -0/+6 |
2013-08-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/... | David S. Miller | 1 | -0/+40 |
2013-08-28 | Documentation/networking/: Update Intel wired LAN driver documentation | Jeff Kirsher | 8 | -43/+193 |
2013-08-24 | openvswitch: Mega flow implementation | Andy Zhou | 1 | -0/+40 |
2013-08-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 1 | -3/+2 |
2013-08-14 | ipv6: make unsolicited report intervals configurable for mld | Hannes Frederic Sowa | 1 | -0/+18 |
2013-08-10 | Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" | David S. Miller | 1 | -8/+0 |
2013-08-09 | net: sctp: convert sctp_checksum_disable module param into sctp sysctl | Daniel Borkmann | 1 | -0/+8 |
2013-08-01 | Documentation: add networking/netdev-FAQ.txt | Paul Gortmaker | 2 | -0/+226 |
2013-07-31 | netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skb | Florian Westphal | 1 | -3/+2 |
2013-07-31 | tcp: add tcp_syncookies mode to allow unconditionally generation of syncookies | Hannes Frederic Sowa | 1 | -0/+4 |
2013-07-25 | tcp: TCP_NOTSENT_LOWAT socket option | Eric Dumazet | 1 | -0/+13 |
2013-07-25 | net: sctp: trivial: update mailing list address | Daniel Borkmann | 1 | -4/+1 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 12 | -1270/+152 |
2013-07-09 | Documentation: Fix references to defunct linux-net@vger.kernel.org | Geert Uytterhoeven | 2 | -4/+5 |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -8/+8 |
2013-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2013-07-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 1 | -0/+13 |
2013-06-26 | ipvs: add sync_persist_mode flag | Julian Anastasov | 1 | -0/+13 |
2013-06-26 | bonding: add an option to fail when any of arp_ip_target is inaccessible | Veaceslav Falico | 1 | -0/+19 |
2013-06-26 | bonding: doc: some details on backup slave arp validation | Veaceslav Falico | 1 | -0/+6 |
2013-06-26 | doc: fix some syntax errors in netlink mmap sample code | Cong Wang | 1 | -2/+2 |
2013-06-24 | tcp: doc : fix the syncookies default value | Shan Wei | 1 | -2/+2 |
2013-06-13 | net: add doc for ip_early_demux sysctl | Cong Wang | 1 | -0/+9 |
2013-06-08 | doc:networking: Fix default value (icmp_ignore_bogus_error_responses). | Rami Rosen | 1 | -1/+1 |
2013-06-08 | doc: packet: simplify tpacket example code | Daniel Borkmann | 1 | -105/+28 |
2013-06-05 | Documentation/networking/ieee802154 fix a typo | Stefan Huber | 1 | -1/+1 |
2013-05-28 | doc: fix misspellings with 'codespell' tool | Anatol Pomozov | 2 | -7/+7 |
2013-05-28 | bonding: remove ifenslave.c from kernel source | Cong Wang | 5 | -1157/+10 |
2013-05-28 | doc:networking: Fix typo in documentation/networking | Masanari Iida | 3 | -9/+9 |