| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-02-26 | 4 | -13/+9 |
|\ |
|
| * | gre: fix spelling in comments | stephen hemminger | 2012-02-24 | 1 | -5/+5 |
| * | ipsec: be careful of non existing mac headers | Eric Dumazet | 2012-02-23 | 2 | -8/+3 |
| * | ipv4: ping: Fix recvmsg MSG_OOB error handling. | David S. Miller | 2012-02-21 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-02-21 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | vfs: fix panic in __d_lookup() with high dentry hashtable counts | Dimitri Sivanich | 2012-02-14 | 1 | -2/+3 |
* | | tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACK | Neal Cardwell | 2012-02-14 | 1 | -0/+4 |
* | | tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one() | Neal Cardwell | 2012-02-13 | 1 | -9/+10 |
* | | tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbs | Neal Cardwell | 2012-02-13 | 1 | -14/+22 |
|/ |
|
* | net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabled | Thomas Graf | 2012-02-10 | 1 | -1/+2 |
* | ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr. | Li Wei | 2012-02-10 | 1 | -1/+1 |
* | net: Fix build regression when INET_UDP_DIAG=y and IPV6=m | Anisse Astier | 2012-02-07 | 1 | -1/+1 |
* | tcp_v4_send_reset: binding oif to iif in no sock case | Shawn Lu | 2012-02-05 | 1 | -0/+5 |
* | tcp: properly initialize tcp memory limits | Jason Wang | 2012-02-02 | 2 | -8/+2 |
* | net: Disambiguate kernel message | Arun Sharma | 2012-02-01 | 2 | -8/+16 |
* | tcp: fix tcp_trim_head() to adjust segment count with skb MSS | Neal Cardwell | 2012-01-30 | 1 | -4/+2 |
* | net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL | Glauber Costa | 2012-01-30 | 2 | -3/+14 |
* | ipv6: Fix ip_gre lockless xmits. | Willem de Bruijn | 2012-01-26 | 1 | -0/+4 |
* | tcp: bind() optimize port allocation | Flavio Leitner | 2012-01-26 | 1 | -4/+2 |
* | tcp: bind() fix autoselection to share ports | Flavio Leitner | 2012-01-26 | 1 | -0/+5 |
* | tcp: md5: using remote adress for md5 lookup in rst packet | shawnlu | 2012-01-22 | 1 | -1/+1 |
* | tcp: detect loss above high_seq in recovery | Yuchung Cheng | 2012-01-22 | 2 | -27/+15 |
* | tcp: fix undo after RTO for CUBIC | Neal Cardwell | 2012-01-20 | 1 | -4/+6 |
* | tcp: fix undo after RTO for BIC | Neal Cardwell | 2012-01-20 | 1 | -4/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-01-18 | 4 | -19/+20 |
|\ |
|
| * | inetpeer: initialize ->redirect_genid in inet_getpeer() | Dan Carpenter | 2012-01-17 | 1 | -0/+1 |
| * | net: fix some sparse errors | Eric Dumazet | 2012-01-17 | 3 | -18/+19 |
| * | net: kill duplicate included header | Shan Wei | 2012-01-17 | 1 | -1/+0 |
* | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-15 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 2012-01-06 | 1 | -1/+1 |
* | | net: decrement memcg jump label when limit, not usage, is changed | Glauber Costa | 2012-01-12 | 1 | -1/+1 |
* | | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 2012-01-12 | 5 | -15/+15 |
* | | inet_diag: Rename inet_diag_req_compat into inet_diag_req | Pavel Emelyanov | 2012-01-11 | 1 | -4/+4 |
* | | inet_diag: Rename inet_diag_req into inet_diag_req_v2 | Pavel Emelyanov | 2012-01-11 | 3 | -26/+26 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-01-09 | 2 | -1/+7 |
|\ \ |
|
| * | | igmp: Avoid zero delay when receiving odd mixture of IGMP queries | Ben Hutchings | 2012-01-09 | 1 | -0/+2 |
| * | | net: Default UDP and UNIX diag to 'n'. | David S. Miller | 2012-01-07 | 1 | -1/+5 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 3 | -4/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | typo fixes: aera -> area, exntension -> extension | Wang YanQing | 2011-12-09 | 1 | -1/+1 |
| * | | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 2011-12-02 | 1 | -1/+1 |
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2011-11-13 | 53 | -442/+580 |
| |\ \ |
|
| * | | | Kconfig: remove a few puzzling comments | Paul Bolle | 2011-10-31 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | inet_diag: Add the SKMEMINFO extension | Pavel Emelyanov | 2011-12-30 | 1 | -0/+4 |
* | | | ipv6: Use universal hash for NDISC. | David S. Miller | 2011-12-28 | 1 | -3/+3 |
* | | | netfilter: provide config option to disable ancient procfs parts | Jan Engelhardt | 2011-12-27 | 1 | -1/+1 |
* | | | netfilter: xtables: move ipt_ecn to xt_ecn | Jan Engelhardt | 2011-12-27 | 3 | -133/+5 |
* | | | Merge branch 'nf-next' of git://1984.lsi.us.es/net-next | David S. Miller | 2011-12-25 | 24 | -187/+278 |
|\ \ \ |
|
| * | | | netfilter: ctnetlink: remove dead NAT code | Patrick McHardy | 2011-12-23 | 8 | -20/+1 |
| * | | | netfilter: nf_nat: remove obsolete check in nf_nat_mangle_udp_packet() | Patrick McHardy | 2011-12-23 | 1 | -6/+0 |
| * | | | netfilter: nf_nat: remove obsolete code from nf_nat_icmp_reply_translation() | Patrick McHardy | 2011-12-23 | 1 | -13/+1 |