aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko3-10/+7
2014-11-21openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko1-7/+2
2014-11-21l2tp_eth: allow to set a specific mac addressAlexander Couzens1-0/+1
2014-11-21Merge branch 'phy_device_type'David S. Miller4-118/+184
2014-11-21net: phy: micrel: add copyright entryJohan Hovold1-0/+1
2014-11-21net: phy: micrel: refactor interrupt configJohan Hovold1-42/+29
2014-11-21dt/bindings: add clock-select function property to micrel phy bindingJohan Hovold1-0/+11
2014-11-21dt/bindings: reformat micrel eth-phy documentationJohan Hovold1-13/+13
2014-11-21net: phy: micrel: add support for clock-mode select to KSZ8081/KSZ8091Johan Hovold2-7/+8
2014-11-21net: phy: micrel: add generic clock-mode-select supportJohan Hovold2-44/+50
2014-11-21net: phy: micrel: add has-broadcast-disable flag to type dataJohan Hovold1-8/+6
2014-11-21net: phy: micrel: parse of nodes at probeJohan Hovold1-18/+21
2014-11-21net: phy: micrel: add device-type abstractionJohan Hovold1-13/+70
2014-11-21net: phy: add static data field to struct phy_driverJohan Hovold1-0/+2
2014-11-21sky2: use new netdev_rss_key_fill() helperIan Morris1-9/+4
2014-11-21enic: support skb->xmit_moreGovindarajulu Varadarajan2-11/+17
2014-11-21mISDN: Deletion of unnecessary checks before the function call "vfree"Markus Elfring1-4/+2
2014-11-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller8-211/+114
2014-11-19Merge branch 'bonding_4ad'David S. Miller1-32/+70
2014-11-19bonding: Introduce 4 AD link speed to fix agg_bandwidthJianhua Xie1-1/+37
2014-11-19bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speedJianhua Xie1-32/+34
2014-11-19bury skb_copy_to_page()Al Viro1-23/+0
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro5-112/+77
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro3-89/+37
2014-11-19separate kernel- and userland-side msghdrAl Viro5-23/+36
2014-11-19bpf: fix arraymap NULL deref and missing overflow and zero size checksAlexei Starovoitov2-6/+16
2014-11-19netlink: Deletion of an unnecessary check before the function call "__module_get"Markus Elfring1-2/+1
2014-11-19net: pktgen: Deletion of an unnecessary check before the function call "proc_remove"Markus Elfring1-2/+1
2014-11-19usbnet: rtl8150: remove unused variableSudip Mukherjee1-2/+1
2014-11-19Merge branch 'stmmac-next'David S. Miller6-136/+215
2014-11-19stmmac: review driver when run kernel-docGiuseppe CAVALLARO4-69/+142
2014-11-19stmmac: document common header fileGiuseppe CAVALLARO1-0/+8
2014-11-19stmmac: update driver documentationGiuseppe CAVALLARO1-67/+65
2014-11-19tcp: make connect() mem charging friendlyEric Dumazet1-40/+28
2014-11-19tun: return NET_XMIT_DROP for dropped packetsJason Wang1-1/+1
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones4-21/+42
2014-11-18dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick1-3/+6
2014-11-18net/core: include linux/types.h instead of asm/types.hFabian Frederick1-1/+1
2014-11-18net: fix spelling for synchronizedFabian Frederick1-2/+2
2014-11-18dccp: spelling s/reseting/resettingFabian Frederick1-1/+1
2014-11-18dccp: replace min/casting by min_tFabian Frederick1-1/+1
2014-11-18dccp: remove blank lines between function/EXPORT_SYMBOLFabian Frederick1-6/+0
2014-11-18dccp: kerneldoc warning fixesFabian Frederick1-2/+2
2014-11-18Merge tag 'linux-can-next-for-3.19-20141117' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller4-63/+181
2014-11-18Merge branch 'fec-next'David S. Miller2-188/+156
2014-11-18net: fec: remove unused return value from swap_buffer()Lothar Waßmann1-3/+1
2014-11-18net: fec: simplify loop counter handling in swap_buffer()Lothar Waßmann1-1/+1
2014-11-18net: fec: use swab32s() instead of cpu_to_be32()Lothar Waßmann1-1/+1
2014-11-18net: fec: improve access to quirk flags by copying them into fec_enet_private structLothar Waßmann2-68/+39
2014-11-18net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann2-4/+2