index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_output.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-04
[PATCH] severing skbuff.h -> highmem.h
Al Viro
1
-0
/
+1
2006-12-02
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...
Al Viro
1
-1
/
+1
2006-12-02
[NET]: Annotate csum_partial() callers in net/*
Al Viro
1
-4
/
+4
2006-12-02
[NET]: Annotate callers of csum_fold() in net/*
Al Viro
1
-1
/
+1
2006-12-02
[IPV6]: Assorted trivial endianness annotations.
Al Viro
1
-1
/
+1
2006-12-02
[TCP]: Don't set SKB owner in tcp_transmit_skb().
David S. Miller
1
-2
/
+1
2006-12-02
[NET]: Turn nfmark into generic mark
Thomas Graf
1
-1
/
+1
2006-09-28
[IPV4]: struct ip_options annotations
Al Viro
1
-2
/
+2
2006-09-28
[IPV4]: ip_build_and_send_pkt() annotations
Al Viro
1
-1
/
+1
2006-09-22
[NETFILTER] bridge: simplify nf_bridge_pad
Stephen Hemminger
1
-8
/
+7
2006-09-22
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
Brian Haley
1
-1
/
+1
2006-09-22
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
1
-3
/
+3
2006-09-22
[MLSXFRM]: Add flow labeling
Venkat Yekkirala
1
-0
/
+2
2006-08-31
[IPV4]: Fix SNMPv2 "ipFragFails" counter error
Wei Dong
1
-0
/
+1
2006-08-13
[INET]: Use pskb_trim_unique when trimming paged unique skbs
Herbert Xu
1
-2
/
+2
2006-08-02
[IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter error
Wei Dong
1
-3
/
+4
2006-07-08
[NET] gso: Add skb_is_gso
Herbert Xu
1
-2
/
+2
2006-06-30
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+2
2006-06-30
[IPV6]: Added GSO support for TCPv6
Herbert Xu
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-23
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
1
-7
/
+9
2006-06-17
[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
Herbert Xu
1
-1
/
+1
2006-06-17
[SECMARK]: Add secmark support to core networking.
James Morris
1
-0
/
+1
2006-04-14
[PATCH] ip_output: account for fraggap when checking to add trailer_len
Zach Brown
1
-1
/
+1
2006-04-09
[NETFILTER]: Fix fragmentation issues with bridge netfilter
Patrick McHardy
1
-3
/
+3
2006-03-22
[TCP]: Do not use inet->id of global tcp_socket when sending RST.
Alexey Kuznetsov
1
-5
/
+1
2006-03-12
[IPV4/6]: Fix UFO error propagation
Patrick McHardy
1
-3
/
+4
2006-02-15
[XFRM]: Fix SNAT-related crash in xfrm4_output_finish
Patrick McHardy
1
-6
/
+10
2006-01-09
[IPV4]: ip_output.c needs xfrm.h
Patrick McHardy
1
-0
/
+1
2006-01-07
[IPV4]: make ip_fragment() static
Adrian Bunk
1
-2
/
+3
2006-01-07
[NETFILTER]: Redo policy lookups after NAT when neccessary
Patrick McHardy
1
-0
/
+5
2006-01-06
[NET]: Endian-annotate struct iphdr
Alexey Dobriyan
1
-2
/
+2
2006-01-05
[NETFILTER]: Call POST_ROUTING hook before fragmentation
Patrick McHardy
1
-16
/
+14
2006-01-03
[IPV4]: Safer reassembly
Herbert Xu
1
-0
/
+1
2005-11-29
[IPV4]: make two functions static
Adrian Bunk
1
-1
/
+1
2005-11-08
[IPV4]: Fix ip_queue_xmit identity increment for TSO packets
Herbert Xu
1
-1
/
+2
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
1
-8
/
+4
2005-10-28
[IPv4/IPv6]: UFO Scatter-gather approach
Ananda Raju
1
-5
/
+78
2005-10-26
[IPV4]: Remove dead code from ip_output.c
Jayachandran C
1
-4
/
+1
2005-10-22
[SK_BUFF]: ipvs_property field must be copied
Julian Anastasov
1
-0
/
+3
2005-08-29
[IPV4]: ip_finish_output() can be inlined
Thomas Graf
1
-1
/
+1
2005-08-29
[NET]: Make NETDEBUG pure printk wrappers
Patrick McHardy
1
-1
/
+1
2005-08-29
[NET]: Export symbols needed by the current DCCP code
Arnaldo Carvalho de Melo
1
-0
/
+2
2005-08-29
[INET]: Introduce inet_sk_rebuild_header
Arnaldo Carvalho de Melo
1
-5
/
+0
2005-08-29
[SOCK]: Introduce sk_setup_caps
Arnaldo Carvalho de Melo
1
-5
/
+2
2005-08-29
[IPV4]: possible cleanups
Adrian Bunk
1
-6
/
+1
2005-08-29
[NETFILTER]: reduce netfilter sk_buff enlargement
Harald Welte
1
-1
/
+0
2005-07-12
[NETFILTER]: Revert nf_reset change
Phil Oester
1
-9
/
+0
2005-07-05
[IPV4]: Fix crash in ip_rcv while booting related to netconsole
Herbert Xu
1
-15
/
+0
2005-07-05
[NET]: Remove unused security member in sk_buff
Thomas Graf
1
-1
/
+0
[next]