index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_output.c
Age
Commit message (
Expand
)
Author
Lines
2005-03-22
[IPV4]: Clear DF bit in ip_fragment fast path
Herbert Xu
-1
/
+1
2005-03-22
[IPV4]: Check mtu instead of frag_list in ip_push_pending_frames()
Herbert Xu
-1
/
+2
2005-03-17
[NET]: Kill dst_pmtu/dst_path_metric
Herbert Xu
-1
/
+1
2005-03-15
[IPSEC]: Revert ip{,6}_append_data() dst_mtu() conversion.
David S. Miller
-5
/
+12
2005-03-14
[NET]: Replace dst_pmtu with dst_mtu
Herbert Xu
-4
/
+4
2005-03-14
[IPV4/IPV6]: Fix IPsec calculation in ip_append_data/ip6_append_data
Herbert Xu
-12
/
+5
2005-01-30
[IPV4]: Do not leak dst entries in ip_copy_metadata().
Patrick McHardy
-0
/
+1
2005-01-24
[IPV4/IPV6]: In ip_fragment(), reset ip_summed field on SKB sub-frags.
Herbert Xu
-0
/
+1
2004-12-27
[INET] move inet_sock into inet_opt and rename it to inet_sock
Arnaldo Carvalho de Melo
-8
/
+8
2004-11-16
[IPV4/IPV6]: Remove frag_list check from output path.
Herbert Xu
-3
/
+2
2004-10-25
[NET]: Give skb_checksum_help() an skb_buff * again
Herbert Xu
-5
/
+2
2004-09-30
[TCP]: Kill tso_{factor,mss}.
David S. Miller
-14
/
+1
2004-09-23
[NETFILTER]: kill struct nf_ct_info, saves five pointers per conntrack
Patrick McHardy
-0
/
+1
2004-09-07
[IPV4/IPV6]: More fragment handling improvements.
Hideaki Yoshifuji
-14
/
+25
2004-09-02
[IPV4/IPV6]: Use csum_sub() instead of csum_block_sub() w/zero 3rd arg.
Herbert Xu
-4
/
+4
2004-09-02
[IPV4/IPV6]: Fix suboptimal fragment sizing for last fragment
Patrick McHardy
-49
/
+20
2004-09-01
[IPV4/IPV6]: Fixup checksums properly when fragmenting.
Herbert Xu
-5
/
+12
2004-08-30
[IPV4]: Push ip_append_data() frag bug fix into ip_append_page()
David S. Miller
-7
/
+34
2004-08-28
[IPV4/IPV6]: Fix fragment creation.
Hideaki Yoshifuji
-15
/
+39
2004-07-20
Merge bk://bk.skbuff.net:20608/linux-2.6-snmp-20040708
David S. Miller
-11
/
+11
2004-07-09
[NET] convert storage for MIB from struct member to array item.
Hideaki Yoshifuji
-11
/
+11
2004-07-08
[IPV4]: Fix multicast socket hangs.
David S. Miller
-6
/
+0
2004-06-30
[PATCH] sparse: NULL vs 0 - net/*
Mika Kukkonen
-1
/
+1
2004-06-22
[NET] Move sndmsg_page and sndmsg_off to struct sock
Arnaldo Carvalho de Melo
-8
/
+8
2004-06-20
[NET] move skb_can_coalesce to skbuff.h
Arnaldo Carvalho de Melo
-11
/
+0
2004-06-03
[NETFILTER]: Fix checksum bug for multicast/broadcast packets on postrouting ...
James Morris
-2
/
+5
2004-06-02
[IPV4] use ip-independent ipstats_mib to store IPv4 statistics.
Hideaki Yoshifuji
-11
/
+11
2004-05-21
[BRIDGE]: Fix LL_RESERVED_SPACE usage in netfilter code.
Bart De Schuymer
-1
/
+1
2004-03-09
[IPV4]: Do not leak cork.opt in ip_push_pending_frames().
Krishna Kumar
-0
/
+4
2004-03-08
[IPV4/IPV6]: Add missing kmalloc failure checks.
Krishna Kumar
-1
/
+4
2004-02-29
[BR_NETFILTER]: Fix vlan-encapsulated fragmented IP traffic.
Bart De Schuymer
-3
/
+12
2004-02-02
[NETFILTER]: Fix NAT leak with fragmented packets, missing conntrack put in i...
Jozsef Kadlecsik
-0
/
+1
2003-12-16
[BRIDGE NETFILTER]: Fix leaks and crashes in SKB handling.
Bart De Schuymer
-0
/
+1
2003-10-13
[IPV4]: ip_fragment should not reassemble if all frags do not have owner
Julian Anastasov
-1
/
+1
2003-10-10
[IPV4]: ip_copy_metadata must copy the nfcache field.
Julian Anastasov
-0
/
+1
2003-10-06
[NET]: Delete support for old-style protocols, no longer necessary.
David S. Miller
-4
/
+1
2003-09-28
o NET: move net/ipv4/ip_output.c EXPORT_SYMBOLs from net/netsyms.c
Arnaldo Carvalho de Melo
-0
/
+11
2003-09-24
[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.
Joe Perches
-1
/
+1
2003-08-31
[BRIDGE]: Create CONFIG_BRIDGE_NETFILTER and use it instead of messy tests.
Bart De Schuymer
-1
/
+1
2003-07-24
[IPV4]: Fix build with multicast but not procfs enabled.
Stephen Hemminger
-1
/
+1
2003-07-02
[NET] convert /proc/net/mcfilter to seq_file
Hideaki Yoshifuji
-1
/
+0
2003-07-02
[NET] convert /proc/net/igmp to seq_file
Hideaki Yoshifuji
-1
/
+1
2003-06-19
[NET]: Size hh_cache->hh_data more appropriately.
David S. Miller
-1
/
+4
2003-06-04
o net: create struct sock_common and use in struct sock & tcp_tw_bucket
Arnaldo Carvalho de Melo
-28
/
+29
2003-05-15
[IPV4]: Respect hoplimit route metric.
David S. Miller
-3
/
+12
2003-05-12
[IPV4]: Introduce ip6_append_data.
Kazunori Miyazawa
-10
/
+0
2003-04-29
[IPV4]: Use dst_pmtu not dev->mtu to determine if fragmentation is needed.
David S. Miller
-2
/
+2
2003-04-28
o net: save some more bytes in the kernel image moving global zero inits to .bss
Arnaldo Carvalho de Melo
-1
/
+1
2003-04-22
[IGMPv3/MPDv2]: Bug fixes and ipv4 multiprotocol API.
David Stevens
-1
/
+1
2003-04-10
[IPV4]: IGMPv3 support, with help from Vinay Kulkarni
David Stevens
-0
/
+1
[next]