summaryrefslogtreecommitdiff
path: root/corking.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-15misc: remove two header commentsDaniel Borkmann1-6/+0
It's ridiculous to have a header comment here. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
2013-06-04corking: use bool instead of intDaniel Borkmann1-4/+4
We have a boolen condition, so use bool instead of doing stupid things with ints. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
2013-06-04corking: break out udp/tcp cork functionsDaniel Borkmann1-0/+66
No, it's not about whine bottles ... move udp and tcp cork functions out of xutils.c, so that we can further let it shrink. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
cgi/linux/net-next.git/diff/net/openvswitch/flow.h?id=316d4d78cf9b6795b83f97c45368748741df418c&id2=dd41d33f0b033885211a5d6f3ee19e73238aa9ee'>net/openvswitch/flow.h14
-rw-r--r--net/openvswitch/flow_netlink.c11
4 files changed, 39 insertions, 34 deletions
diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c