summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger3-526/+0
2012-03-07netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso3-0/+29
2012-03-06tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar12-50/+68
2012-03-03tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2012-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+10
2012-02-29tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2-14/+4
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-15/+12
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-13/+9
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-6/+12
2012-02-25gre: fix spelling in commentsstephen hemminger1-5/+5
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar1-3/+3
2012-02-24ipsec: be careful of non existing mac headersEric Dumazet2-8/+3
2012-02-22ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller1-0/+1
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov1-2/+2
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcuPaul E. McKenney1-6/+1
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu()Paul E. McKenney1-8/+3
2012-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+3
2012-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+29
2012-02-16ipv4: Eliminate spurious argument to __ipv4_neigh_lookupDavid S. Miller1-1/+1
2012-02-16net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-14tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2012-02-14vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-2/+3
2012-02-13tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-02-13tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc3-0/+6
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+9
2012-02-11net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2012-02-11ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-02-09ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover4-3/+39
2012-02-07net: Fix build regression when INET_UDP_DIAG=y and IPV6=mAnisse Astier1-1/+1
2012-02-05tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu1-0/+5
2012-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-22/+40
2012-02-02tcp: properly initialize tcp memory limitsJason Wang2-8/+2
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-1/+1
2012-02-01net: Disambiguate kernel messageArun Sharma2-8/+16
2012-02-01tcp: md5: RST: getting md5 key from listenerShawn Lu1-3/+42
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet1-12/+20
2012-02-01tcp: md5: use sock_kmalloc() to limit md5 keysEric Dumazet1-2/+4
2012-01-31tcp: md5: rcu conversionEric Dumazet2-140/+99
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet1-8/+0
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2-3/+14
2012-01-28ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller1-3/+10
2012-01-27ipv6: Fix ip_gre lockless xmits.Willem de Bruijn1-0/+4
2012-01-27ipv4/ipv6: Prepare for new route gateway semantics.David S. Miller1-0/+5
2012-01-26tcp: add LINUX_MIB_TCPRETRANSFAIL counterEric Dumazet2-1/+4
2012-01-26tcp: bind() optimize port allocationFlavio Leitner1-4/+2