aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-13netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso3-16/+103
2013-08-13netfilter: ctnetlink: refactor ctnetlink_create_expectPablo Neira Ayuso1-69/+87
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal5-39/+11
2013-08-07ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULLDaniel Borkmann1-0/+6
2013-08-06ipvs: fixed spacing at for statementsDragos Foianu1-4/+4
2013-08-05netfilter: tproxy: fix build with IP6_NF_IPTABLES=nFlorian Westphal1-1/+1
2013-07-31netfilter: nf_nat: use per-conntrack locking for sequence number adjustmentsPatrick McHardy1-13/+6
2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy3-7/+7
2013-07-31netfilter: nf_nat: fix locking in nf_nat_seq_adjust()Patrick McHardy1-1/+6
2013-07-31netfilter: nf_conntrack: remove duplicate code in ctnetlinkFlorian Westphal2-28/+19
2013-07-31netfilter: tproxy: remove nf_tproxy_core.hFlorian Westphal2-6/+220
2013-07-31netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skbFlorian Westphal4-82/+14
2013-07-31netfilter: nf_queue: relax NFQA_CT attribute checkFlorian Westphal1-3/+1
2013-07-31netfilter: connlabels: remove unneeded includesFlorian Westphal1-4/+0
2013-07-31netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy2-4/+5
2013-07-31netfilter: xt_addrtype: fix trivial typoPhil Oester1-1/+1
2013-07-24net: Make devnet_rename_seq staticThomas Gleixner1-1/+1
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet5-0/+19
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet6-8/+8
2013-07-24net: sctp: trivial: update mailing list addressDaniel Borkmann27-28/+28
2013-07-24net: trans_rdma: remove unused functionAndi Shyti1-11/+0
2013-07-24net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1fan.du1-8/+8
2013-07-24net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du1-1/+0
2013-07-23vti: switch to new ip tunnel codeAmerigo Wang1-476/+52
2013-07-23ip6mr: change the prototype of ip6_mr_forward().Rami Rosen1-6/+5
2013-07-23ipmr: change the prototype of ip_mr_forward().Rami Rosen1-8/+7
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko3-6/+46
2013-07-22tcp: use RTT from SACK for RTOYuchung Cheng1-9/+14
2013-07-22tcp: measure RTT from new SACKYuchung Cheng1-6/+17
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-49/+18
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng4-12/+14
2013-07-22net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2-46/+49
2013-07-19net/irda: fixed style issues in irttpDragos Foianu1-27/+23
2013-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-86/+114
2013-07-18vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-18vlan: mask vlan prio bitsEric Dumazet2-3/+10
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-3/+3
2013-07-17Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-6/+14
2013-07-16net: Fix sysfs_format_mac() code duplication.David S. Miller1-20/+1
2013-07-16ipv4: set transport header earlierEric Dumazet1-4/+3
2013-07-16net/irda: fixed style issues in irlan_ethDragos Foianu1-17/+14
2013-07-16ethtool: fixed trailing statements in ethtoolDragos Foianu1-10/+20
2013-07-16ndisc: bool initializations should use true and falseDaniel Baluta1-3/+3
2013-07-15svcrdma: underflow issue in decode_write_list()Dan Carpenter1-6/+14
2013-07-14net: delete __cpuinit usage from all net filesPaul Gortmaker2-3/+3
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-52/+26
2013-07-14sunrpc: now we can just set ->s_d_opAl Viro1-3/+2
2013-07-14__rpc_lookup_create_exclusive: pass string instead of qstrAl Viro1-25/+9
2013-07-14rpc_create_*_dir: don't bother with qstrAl Viro3-31/+21