summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-291-3/+1
* | bonding: trivial: remove unused parameter from alb_swap_mac_addr()Veaceslav Falico2013-05-291-4/+4
* | vxlan: defer vxlan init as late as possibleCong Wang2013-05-291-1/+1
* | vxlan: use unsigned int instead of unsignedCong Wang2013-05-291-4/+4
* | vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang2013-05-291-1/+0
* | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-294-4/+38
* | sctp: Correct access to skb->{network, transport}_headerSimon Horman2013-05-292-2/+2
* | ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-293-3/+5
* | ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-298-13/+19
* | net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2013-05-292-4/+6
* | cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman2013-05-291-6/+5
* | isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman2013-05-291-1/+1
* | net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-296-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
* bonding: remove ifenslave.c from kernel sourceCong Wang2013-05-285-1157/+10
* doc:networking: Fix typo in documentation/networkingMasanari Iida2013-05-283-9/+9
* bonding: allow xmit hash policy change while bond dev is upNikolay Aleksandrov2013-05-281-9/+1
* net/phy: Use module_spi_driver in spi_ks8995.cSachin Kamat2013-05-281-13/+1
* netpoll: remove return value from netpoll_rx_disable()dingtianhong2013-05-283-15/+7
* net: micrel : ks8851-ml: add dt supportJean-Christophe PLAGNIOL-VILLARD2013-05-282-7/+35
* Merge branch 'mpls_gso'David S. Miller2013-05-2815-116/+149
|\
| * MPLS: Add limited GSO supportSimon Horman2013-05-2815-3/+143
| * net: Use 16bits for *_headers fields of struct skbuffSimon Horman2013-05-281-113/+6
|/
* phy: bcm63xx: report Broadcom BCM63xx PHYs as internalFlorian Fainelli2013-05-281-2/+2
* phy: allow drivers to flag a PHY device as internalFlorian Fainelli2013-05-283-1/+17
* net: ethtool: disambiguate XCVR_* meaningFlorian Fainelli2013-05-281-2/+2
* net: wan: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-281-1/+0
* net: wireless: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-282-4/+0
* net: irda: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-283-3/+0
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-2837-61/+0
* Merge branch 'fec_regulator_suspend_resume'David S. Miller2013-05-282-11/+27
|\
| * fec: Handle the regulator in suspend/resumeFabio Estevam2013-05-281-0/+10
| * fec: Remove irqs firstFabio Estevam2013-05-281-5/+5
| * fec: Disable the PHY regulator on error and removalFabio Estevam2013-05-281-0/+6
| * fec: Invert the order of error path sequenceFabio Estevam2013-05-281-2/+2