summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-16/+27
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert1-2/+2
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-2/+9
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-5/+5
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert1-1/+1
2011-11-24ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2-3/+4
2011-11-24ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao1-1/+2
2011-11-24netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller1-1/+0
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan2-14/+8
2011-11-23net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski1-5/+9
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-61/+65
2011-11-19ipv4: fix redirect handlingEric Dumazet1-51/+59
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet1-2/+0
2011-11-18ip_gre: Set needed_headroom dynamically againHerbert Xu1-0/+2
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu4-10/+22
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław3-3/+6
2011-11-17tcp: clear xmit timers in tcp_v4_syn_recv_sock()Eric Dumazet1-0/+1
2011-11-14ipv4: fix a memory leak in ic_bootp_send_ifRongQing.Li1-2/+7
2011-11-14net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski1-2/+2
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+1
2011-11-13ah: Don't return NET_XMIT_DROP on input.Nick Bowler1-2/+0
2011-11-10ipv4: PKTINFO doesnt need dst referenceEric Dumazet3-19/+22
2011-11-10ipv4: reduce percpu needs for icmpmsg mibsEric Dumazet2-9/+8
2011-11-10ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei1-0/+1
2011-11-10ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler1-2/+2
2011-11-10ah: Correctly pass error codes in ahash output callback.Nick Bowler1-2/+0
2011-11-09net: rename sk_clone to sk_clone_lockEric Dumazet2-5/+14
2011-11-09net: better pcpu data alignmentEric Dumazet2-2/+2
2011-11-08ipv4: Fix inetpeer expire time informationSteffen Klassert1-3/+7
2011-11-08tcp: Fix comments for Nagle algorithmFeng King1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-0/+19
2011-11-04net: add missing bh_unlock_sock() callsEric Dumazet1-0/+1
2011-11-02udp: fix a race in encap_rcv handlingEric Dumazet1-3/+5
2011-11-02net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven3-23/+34
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches3-24/+3
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker16-0/+16
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker3-0/+3
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet1-0/+1
2011-10-25ipv4: avoid useless call of the function check_peer_pmtuGao feng1-2/+1
2011-10-25Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+39
2011-10-25TCP: remove TCP_DEBUGFlavio Leitner2-4/+0
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet3-7/+11
2011-10-24ipv4: fix ipsec forward performance regressionYan, Zheng1-7/+7
2011-10-24route: fix ICMP redirect validationFlavio Leitner1-5/+31
2011-10-24tcp: md5: add more const attributesEric Dumazet1-6/+6
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet1-6/+8
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski1-2/+3
2011-10-21tcp: add const qualifiers where possibleEric Dumazet6-114/+118
2011-10-21net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski1-1/+1
2011-10-21tcp: remove unused tcp_fin() parametersEric Dumazet1-3/+3