summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-17net: sctp: sctp_bind_addr: remove dead codeDaniel Borkmann
2013-04-17net: sctp: sctp_transport: remove unused variableDaniel Borkmann
2013-04-17net: sctp: outqueue: simplify sctp_outq_uncork functionDaniel Borkmann
2013-04-17net: sctp: sctp_outq: remove 'malloced' from its structDaniel Borkmann
2013-04-17net: sctp: sctp_inq: remove dead codeDaniel Borkmann
2013-04-17net: sctp: sctp_ssnmap: remove 'malloced' element from structDaniel Borkmann
2013-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2013-04-16atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam
2013-04-16Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2013-04-16fec: Use SIMPLE_DEV_PM_OPSFabio Estevam
2013-04-16pch_gbe: minor: report the actual error on MTU changeVeaceslav Falico
2013-04-16vxlan: Allow setting destination to unicast address.Atzm Watanabe
2013-04-16packet: minor: add generic tpacket_uhdr to access packet headersDaniel Borkmann
2013-04-16sctp: Add buffer utilization fields to /proc/net/sctp/assocsDilip Daya
2013-04-16tlan: cancel work at remove pathDevendra Naga
2013-04-16neighbour: Convert NEIGH_PRINTK to neigh_dbgJoe Perches
2013-04-16at86rf230: change irq handling to prevent lockups with edge type irqSascha Herrmann
2013-04-16at86rf230: add irq type configuration optionSascha Herrmann
2013-04-16ks8851: Remove unneeded PM_OPS definitionsFabio Estevam
2013-04-16xgmac: Remove unneeded PM_OPS definitionsFabio Estevam
2013-04-16tg3: Remove unneeded PM_OPS definitionsFabio Estevam
2013-04-16atl1: Remove unneeded PM_OPS definitionsFabio Estevam
2013-04-16can: mcp251x: Remove unneeded PM_OPS definitionsFabio Estevam
2013-04-16can: sja1000: use common prefix for all sja1000 definesOliver Hartkopp
2013-04-15openvswitch: Use generic struct pcpu_tstats.Pravin B Shelar
2013-04-15openvswitch: Simplify datapath locking.Pravin B Shelar
2013-04-15Merge branch 'sync_multiple'David S. Miller
2013-04-15team: Use new sync_multiple api to sync devices adressess.Vlad Yasevich
2013-04-15net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich
2013-04-15net: sctp: minor: make sctp_ep_common's member 'dead' a boolDaniel Borkmann
2013-04-15net: sctp: remove sctp_ep_common struct member 'malloced'Daniel Borkmann
2013-04-15sis900: check for DMA map errorsDenis Kirjanov
2013-04-15net/macb: fix error return code in macb_probe()Nicolas Ferre
2013-04-15vxlan: don't bypass encapsulation for multi- and broadcastsMike Rapoport
2013-04-14net: tcp_memcontrol: minor: remove unused variableDaniel Borkmann
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann
2013-04-14vxlan: use htonl when snooping for loopback addressMike Rapoport
2013-04-14ucc_geth: Convert ugeth_<level> to pr_<level>Joe Perches
2013-04-14gianfar: Use netdev_<level> when possibleJoe Perches
2013-04-14fec: Convert printks to netdev_<level>Joe Perches
2013-04-13tcp: tcp_tso_segment() small optimizationEric Dumazet
2013-04-13fec: Fix PHC device logFabio Estevam
2013-04-12ethernet/fec: Add Vybrid family fec supportJingchang Lu
2013-04-12net/at91_ether: fix error return code in at91ether_probe()Wei Yongjun
2013-04-12ptp: dynamic allocation of PHC char devicesJiri Benc
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet
2013-04-12act_csum: fix possible use after freeEric Dumazet
2013-04-12net: mv643xx_eth: remove deprecated inet_lro supportSebastian Hesselbarth
2013-04-12vxlan: fix some sparse warningsWei Yongjun
2013-04-12xen-netback: switch to use skb_partial_csum_set()Jason Wang