aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui2-8/+10
2013-08-02neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico1-4/+6
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann1-2/+2
2013-08-02fib_rules: add route suppression based on ifgroupStefan Tomanek3-9/+40
2013-08-02icmpv6_filter: allow ICMPv6 messages with bodies < 4 bytesWerner Almesberger1-1/+6
2013-08-02icmpv6_filter: fix "_hdr" incorrectly being a pointerWerner Almesberger1-1/+1
2013-08-02af_packet: simplify VLAN frame check in packet_sndPhil Sutter1-11/+4
2013-08-02af_packet: fix for sending VLAN frames via packet_mmapPhil Sutter1-11/+14
2013-08-02af_packet: when sending ethernet frames, parse header for skb->protocolPhil Sutter1-2/+11
2013-08-02sctp: Don't lookup dst if transport dst is still validfan.du1-1/+1
2013-08-01ipv6: bump genid when delete/add addressfan.du1-0/+1
2013-08-01ipv6: fib6_rules should return exact return valueHannes Frederic Sowa1-3/+11
2013-07-31fib_rules: add .suppress operationStefan Tomanek3-0/+35
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet2-4/+20
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du4-11/+18
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-4/+0
2013-07-30net: remove an unneeded checkDan Carpenter1-4/+1
2013-07-30flow_dissector: add support for IPPROTO_IPV6Tom Herbert1-0/+3
2013-07-30flow_dissector: clean up IPIP caseTom Herbert1-1/+2
2013-07-30net: export physical port id via sysfsJiri Pirko1-0/+22
2013-07-30rtnl: export physical port id via RT netlinkJiri Pirko1-1/+24
2013-07-30net: add ndo to get id of physical port of the deviceJiri Pirko1-0/+18
2013-07-30pktgen: Require CONFIG_INET due to use of IPv4 checksum functionThomas Graf1-1/+1
2013-07-30tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa2-3/+5
2013-07-309p: 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-27pktgen: Use ip_send_check() to compute checksumThomas Graf1-2/+1
2013-07-27pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2-6/+54
2013-07-27VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He6-212/+5
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer3-36/+5
2013-07-26bridge: cleanup netpoll codestephen hemminger3-17/+8
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