summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-05sit: fix tunnel update via netlinkNicolas Dichtel1-2/+2
2013-07-05dt:net:stmmac: Add dt specific phy reset callback support.Srinivas Kandagatla3-2/+56
2013-07-05dt:net:stmmac: Add support to dwmac version 3.610 and 3.710Srinivas Kandagatla2-0/+30
2013-07-05dt:net:stmmac: Allocate platform data only if its NULL.Srinivas Kandagatla1-3/+3
2013-07-05net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO1-10/+10
2013-07-04ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa1-0/+2
2013-07-04net: ipv6: fix wrong ping_v6_sendmsg return valueLorenzo Colitti1-1/+4
2013-07-04net: ipv6: add missing lock in ping_v6_sendmsgLorenzo Colitti1-0/+2
2013-07-04netem: fix possible NULL deref in netem_dequeue()Eric Dumazet1-3/+5
2013-07-04net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet1-1/+1
2013-07-04net/mlx4: fix small memory leak on errorDan Carpenter1-0/+1
2013-07-04core: Copy inner_protocol in copy_skb_header()Joe Stringer1-0/+1
2013-07-04net: fec: Add VLAN receive HW support.Jim Baxter2-10/+55
2013-07-04alx: remove WoL supportJohannes Berg4-323/+15
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller262-1270/+2175
2013-07-04net: gre: move GSO functions to gre_offloadDaniel Borkmann4-103/+135
2013-07-03net: lls fix build with allnoconfigEliezer Tamir1-3/+3
2013-07-03ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar1-44/+55
2013-07-03Merge branch 'l2tp_seq'David S. Miller2-24/+95
2013-07-03l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman2-5/+34
2013-07-03l2tp: make datapath sequence number support RFC-compliantJames Chapman2-5/+33
2013-07-03l2tp: do data sequence number handling in a separate funcJames Chapman1-20/+34
2013-07-03sctp: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-07-03stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO9-267/+117
2013-07-03core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata1-0/+6
2013-07-03net: convert lls to use time_in_range()Eliezer Tamir3-13/+27
2013-07-02nlmon: use standard rtnetlink link api for add/del devicesJiri Pirko1-21/+28
2013-07-02ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa3-2/+9
2013-07-02net: fec: Fix RMON registers on imx6Jim Baxter1-5/+2
2013-07-02cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt1-0/+2
2013-07-02net: cdc_ether: allow combined control and data interfaceBjørn Mork1-5/+17
2013-07-02net: fec: Fix Transmitted bytes counterJim Baxter1-0/+1
2013-07-02ipip: fix a regression in ioctlCong Wang1-5/+7
2013-07-02l2tp: add missing .owner to struct pppox_protoWei Yongjun1-1/+2
2013-07-02net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_pr...Wei Yongjun1-1/+0
2013-07-02xen-netback: xenbus.c: use more current logging stylesWei Liu1-5/+4
2013-07-02ipv4: remove fib_update_nh_saddrs() declaration.Rami Rosen1-1/+0
2013-07-02net: ipheth: Add USB ID for iPad miniAaron Marburg1-0/+5
2013-07-02net: sctp: prevent checksum.h from double inclusionDaniel Borkmann1-0/+5
2013-07-02tools: selftests: psock_tpacket: get rid of macro wrappersDaniel Borkmann1-39/+20
2013-07-02ethtool: make .get_dump_data() harder to misuse by driversMichal Schmidt1-1/+20
2013-07-02bnx2x: fill in sane dump flag informationMichal Schmidt1-2/+2
2013-07-02bnx2x: fix dump flag handlingMichal Schmidt2-0/+5
2013-07-02bnx2x: remove zeroing of dump data bufferMichal Schmidt1-2/+0
2013-07-02net: sctp: get rid of SCTP_DBG_TSNS entirelyDaniel Borkmann2-114/+0
2013-07-02cassini: Make missing firmware non-fatalBen Hutchings1-10/+8
2013-07-02qmi_wwan: add ONDA MT689DC device ID (fwd)Enrico Mioso1-0/+1
2013-07-02ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang3-10/+15
2013-07-02vti: remove duplicated code to fix a memory leakCong Wang1-7/+0