aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: emaclite: Do not use microblaze and ppc IO functionsMichal Simek2013-05-301-69/+69
* net: emaclite: Let's make xemaclite_adjust_link staticMichal Simek2013-05-301-1/+1
* net: emaclite: Support multiple phys connected to one MDIO busMichal Simek2013-05-301-1/+12
* net: emaclite: Report failures in mdio setupMichal Simek2013-05-301-3/+9
* Merge branch 'netxen_nic'David S. Miller2013-05-303-42/+102
|\
| * netxen_nic: Update version to 4.0.81Manish Chopra2013-05-301-2/+2
| * netxen_nic: Avoid mixed mode interruptsManish Chopra2013-05-302-7/+46
| * netxen_nic: netxen_setup_intr() function code cleanupManish Chopra2013-05-301-31/+46
| * netxen_nic: Log proper error message in case of mismatched adapter typeManish Chopra2013-05-302-4/+10
| * netxen_nic: Log driver version with firmware versionManish Chopra2013-05-301-3/+3
|/
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-05-3024-364/+395
|\
| * batman-adv: Start new development cycleSimon Wunderlich2013-05-291-1/+1
| * batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-298-37/+51
| * batman-adv: print the VID properlyAntonio Quartulli2013-05-291-16/+21
| * batman-adv: change VID semantic in the BLA codeAntonio Quartulli2013-05-295-33/+49
| * batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner2013-05-291-0/+7
| * batman-adv: Remove unnecessary INIT_HLIST_NODE() callsLinus Lüssing2013-05-292-4/+0
| * batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2013-05-292-3/+18
| * batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli2013-05-294-21/+21
| * batman-adv: refactor batadv_tt_local_event()Antonio Quartulli2013-05-291-8/+15
| * batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.cAntonio Quartulli2013-05-293-31/+36
| * batman-adv: move ring_buffer helper functions in bat_iv_ogmAntonio Quartulli2013-05-294-80/+42
| * batman-adv: use eth_hdr() when it makes senseAntonio Quartulli2013-05-296-18/+18
| * batman-adv: don't initialise batman_iv private members in hard-interface.cAntonio Quartulli2013-05-291-7/+1
| * batman-adv: do not silently ignore wrong conditionAntonio Quartulli2013-05-291-1/+1
| * batman-adv: don't check compat version twiceAntonio Quartulli2013-05-291-7/+0
| * batman-adv: don't check the source address twiceAntonio Quartulli2013-05-291-11/+1
| * batman-adv: slightly improve neighbor creation debug messageAntonio Quartulli2013-05-291-1/+2
| * batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli2013-05-293-11/+7
| * batman-adv: fix typos in kernel doc & commentsMarek Lindner2013-05-291-43/+39
| * batman-adv: send each broadcast only once on non-wireless interfacesMatthias Schiffer2013-05-294-1/+15
| * batman-adv: split batadv_is_wifi_iface() into two functionsMatthias Schiffer2013-05-291-32/+52
* | net/usb/kalmia: use %*phC to dump small buffersAndy Shevchenko2013-05-291-30/+15
* | bonding: trivial: update the comments to reflect the realityVeaceslav Falico2013-05-281-3/+1
* | bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico2013-05-281-4/+4
* | vxlan: defer vxlan init as late as possibleCong Wang2013-05-281-1/+1
* | vxlan: use unsigned int instead of unsignedCong Wang2013-05-281-4/+4
* | vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang2013-05-281-1/+0
* | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-284-4/+38
* | sctp: Correct access to skb->{network, transport}_headerSimon Horman2013-05-282-2/+2
* | ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-283-3/+5
* | ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-288-13/+19
* | net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2013-05-282-4/+6
* | cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman2013-05-281-6/+5
* | isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman2013-05-281-1/+1
* | net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-286-11/+21
|/
* net: Fix build warnings after mac_header and transport_header became __u16.David S. Miller2013-05-281-5/+5
* arp: flush arp cache on IFF_NOARP changeTimo Teräs2013-05-281-0/+6
* net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko2013-05-282-2/+12
* net: pass info struct via netdevice notifierJiri Pirko2013-05-2880-127/+172