summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-07-31net: export physical port id via sysfsJiri Pirko1-0/+22
2013-07-31rtnl: export physical port id via RT netlinkJiri Pirko1-1/+24
2013-07-31net: add ndo to get id of physical port of the deviceJiri Pirko1-0/+18
2013-07-31pktgen: Require CONFIG_INET due to use of IPv4 checksum functionThomas Graf1-1/+1
2013-07-31tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa2-3/+5
2013-07-319p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-7/+2
2013-07-29pktgen: add needed include fileStephen Rothwell1-0/+1
2013-07-28ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa2-1/+6
2013-07-28pktgen: Use ip_send_check() to compute checksumThomas Graf1-2/+1
2013-07-28pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2-6/+54
2013-07-28VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He6-212/+5
2013-07-28net/sctp: Refactor SCTP skb checksum computationJoe Stringer3-36/+5
2013-07-27bridge: cleanup netpoll codestephen hemminger3-17/+8
2013-07-25net: Make devnet_rename_seq staticThomas Gleixner1-1/+1
2013-07-25tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet5-0/+19
2013-07-25net: add sk_stream_is_writeable() helperEric Dumazet6-8/+8
2013-07-25net: sctp: trivial: update mailing list addressDaniel Borkmann27-28/+28
2013-07-25net: trans_rdma: remove unused functionAndi Shyti1-11/+0
2013-07-25net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1fan.du1-8/+8
2013-07-25net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du1-1/+0
2013-07-24vti: switch to new ip tunnel codeAmerigo Wang1-476/+52
2013-07-24ip6mr: change the prototype of ip6_mr_forward().Rami Rosen1-6/+5
2013-07-24ipmr: change the prototype of ip_mr_forward().Rami Rosen1-8/+7
2013-07-24net: convert resend IGMP to notifier eventJiri Pirko3-6/+46
2013-07-23tcp: use RTT from SACK for RTOYuchung Cheng1-9/+14
2013-07-23tcp: measure RTT from new SACKYuchung Cheng1-6/+17
2013-07-23tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-49/+18
2013-07-23tcp: consolidate SYNACK RTT samplingYuchung Cheng4-12/+14
2013-07-23net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2-46/+49
2013-07-20net/irda: fixed style issues in irttpDragos Foianu1-27/+23
2013-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-86/+114
2013-07-19vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-19vlan: mask vlan prio bitsEric Dumazet2-3/+10
2013-07-19pkt_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/gi...Linus Torvalds2-3/+3
2013-07-18Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-6/+14
2013-07-17net: 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-15net: 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/vir...Linus 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
2013-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds21-146/+170
2013-07-13ipv6: only static routes qualify for equal cost multipathingHannes Frederic Sowa1-4/+11
2013-07-13tcp: account all retransmit failuresYuchung Cheng1-3/+4