summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui
2013-08-02neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico
2013-08-02net: netlink: minor: remove unused pointer in alloc_pg_vecDaniel Borkmann
2013-08-02fib_rules: add route suppression based on ifgroupStefan Tomanek
2013-08-02icmpv6_filter: allow ICMPv6 messages with bodies < 4 bytesWerner Almesberger
2013-08-02icmpv6_filter: fix "_hdr" incorrectly being a pointerWerner Almesberger
2013-08-02af_packet: simplify VLAN frame check in packet_sndPhil Sutter
2013-08-02af_packet: fix for sending VLAN frames via packet_mmapPhil Sutter
2013-08-02af_packet: when sending ethernet frames, parse header for skb->protocolPhil Sutter
2013-08-02sctp: Don't lookup dst if transport dst is still validfan.du
2013-08-01ipv6: bump genid when delete/add addressfan.du
2013-08-01ipv6: fib6_rules should return exact return valueHannes Frederic Sowa
2013-08-01fib_rules: add .suppress operationStefan Tomanek
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov
2013-07-31net: remove an unneeded checkDan Carpenter
2013-07-31flow_dissector: add support for IPPROTO_IPV6Tom Herbert
2013-07-31flow_dissector: clean up IPIP caseTom Herbert
2013-07-31net: export physical port id via sysfsJiri Pirko
2013-07-31rtnl: export physical port id via RT netlinkJiri Pirko
2013-07-31net: add ndo to get id of physical port of the deviceJiri Pirko
2013-07-30pktgen: Require CONFIG_INET due to use of IPv4 checksum functionThomas Graf
2013-07-30tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti
2013-07-29pktgen: add needed include fileStephen Rothwell
2013-07-28ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa
2013-07-28pktgen: Use ip_send_check() to compute checksumThomas Graf
2013-07-28pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf
2013-07-28VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He
2013-07-28net/sctp: Refactor SCTP skb checksum computationJoe Stringer
2013-07-26bridge: cleanup netpoll codestephen hemminger
2013-07-25net: Make devnet_rename_seq staticThomas Gleixner
2013-07-25tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet
2013-07-25net: add sk_stream_is_writeable() helperEric Dumazet
2013-07-25net: sctp: trivial: update mailing list addressDaniel Borkmann
2013-07-24net: trans_rdma: remove unused functionAndi Shyti
2013-07-24net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1fan.du
2013-07-24net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du
2013-07-24vti: switch to new ip tunnel codeAmerigo Wang
2013-07-24ip6mr: change the prototype of ip6_mr_forward().Rami Rosen
2013-07-24ipmr: change the prototype of ip_mr_forward().Rami Rosen
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko
2013-07-23tcp: use RTT from SACK for RTOYuchung Cheng
2013-07-23tcp: measure RTT from new SACKYuchung Cheng
2013-07-23tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng
2013-07-23tcp: consolidate SYNACK RTT samplingYuchung Cheng
2013-07-22net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran
2013-07-20net/irda: fixed style issues in irttpDragos Foianu
2013-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds