summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-31net: emaclite: Enable emaclite for Xilinx Arm Zynq platformMichal Simek1-2/+2
2013-05-31net: emaclite: Do not use microblaze and ppc IO functionsMichal Simek1-69/+69
2013-05-31net: emaclite: Let's make xemaclite_adjust_link staticMichal Simek1-1/+1
2013-05-31net: emaclite: Support multiple phys connected to one MDIO busMichal Simek1-1/+12
2013-05-31net: emaclite: Report failures in mdio setupMichal Simek1-3/+9
2013-05-31Merge branch 'netxen_nic'David S. Miller3-42/+102
2013-05-31netxen_nic: Update version to 4.0.81Manish Chopra1-2/+2
2013-05-31netxen_nic: Avoid mixed mode interruptsManish Chopra2-7/+46
2013-05-31netxen_nic: netxen_setup_intr() function code cleanupManish Chopra1-31/+46
2013-05-31netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2-4/+10
2013-05-31netxen_nic: Log driver version with firmware versionManish Chopra1-3/+3
2013-05-31Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller24-364/+395
2013-05-29net/usb/kalmia: use %*phC to dump small buffersAndy Shevchenko1-30/+15
2013-05-29bonding: trivial: update the comments to reflect the realityVeaceslav Falico1-3/+1
2013-05-29bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico1-4/+4
2013-05-29vxlan: defer vxlan init as late as possibleCong Wang1-1/+1
2013-05-29vxlan: use unsigned int instead of unsignedCong Wang1-4/+4
2013-05-29vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang1-1/+0
2013-05-29net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman4-4/+38
2013-05-29sctp: Correct access to skb->{network, transport}_headerSimon Horman2-2/+2
2013-05-29ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman3-3/+5
2013-05-29ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman8-13/+19
2013-05-29net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2-4/+6
2013-05-29cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman1-6/+5
2013-05-29isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman1-1/+1
2013-05-29net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang6-11/+21
2013-05-29batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll8-37/+51
2013-05-29batman-adv: print the VID properlyAntonio Quartulli1-16/+21
2013-05-29batman-adv: change VID semantic in the BLA codeAntonio Quartulli5-33/+49
2013-05-29batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner1-0/+7
2013-05-29batman-adv: Remove unnecessary INIT_HLIST_NODE() callsLinus Lüssing2-4/+0
2013-05-29batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2-3/+18
2013-05-29batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli4-21/+21
2013-05-29batman-adv: refactor batadv_tt_local_event()Antonio Quartulli1-8/+15
2013-05-29batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.cAntonio Quartulli3-31/+36
2013-05-29batman-adv: move ring_buffer helper functions in bat_iv_ogmAntonio Quartulli4-80/+42
2013-05-29batman-adv: use eth_hdr() when it makes senseAntonio Quartulli6-18/+18
2013-05-29batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli1-7/+1
2013-05-29batman-adv: do not silently ignore wrong conditionAntonio Quartulli1-1/+1
2013-05-29batman-adv: don't check compat version twiceAntonio Quartulli1-7/+0
2013-05-29batman-adv: don't check the source address twiceAntonio Quartulli1-11/+1
2013-05-29batman-adv: slightly improve neighbor creation debug messageAntonio Quartulli1-1/+2
2013-05-29batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli3-11/+7
2013-05-29batman-adv: fix typos in kernel doc & commentsMarek Lindner1-43/+39
2013-05-29batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer4-1/+15
2013-05-29batman-adv: split batadv_is_wifi_iface() into two functionsMatthias Schiffer1-32/+52
2013-05-29net: Fix build warnings after mac_header and transport_header became __u16.David S. Miller1-5/+5
2013-05-29arp: flush arp cache on IFF_NOARP changeTimo Teräs1-0/+6
2013-05-29net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko2-2/+12