aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-17tipc: introduce new TIPC server infrastructureYing Xue5-10/+789
2013-06-17tipc: allow implicit connect for stream socketsErik Hugne1-4/+2
2013-06-17tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue7-12/+112
2013-06-17tipc: update code comments to reflect new uapi header pathYing Xue2-2/+2
2013-06-17net: add socket option for low latency pollingEliezer Tamir19-7/+58
2013-06-17net: remove NET_LL_RX_POLL config menueEliezer Tamir1-9/+2
2013-06-17net: convert low latency sockets to sched_clock()Eliezer Tamir2-17/+17
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir3-5/+6
2013-06-14net: sctp: sctp_association_init: put refs in reverse orderDaniel Borkmann1-4/+3
2013-06-14net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann1-4/+2
2013-06-14net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT firstDaniel Borkmann1-4/+4
2013-06-14net: sctp: sideeffect: throw BUG if primary_path is NULLDaniel Borkmann2-4/+13
2013-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller10-37/+51
2013-06-14openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()Pravin B Shelar3-18/+13
2013-06-14openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar5-0/+17
2013-06-14openvswitch: Fix struct comment.Pravin B Shelar1-1/+0
2013-06-14openvswitch: Fix misspellings in comments and docs.Andy Hill1-1/+1
2013-06-14openvswitch: fix variable names in commentLorand Jakab1-2/+2
2013-06-14openvswitch: Unify vport error stats handling.Pravin B Shelar3-6/+11
2013-06-14openvswitch: Remove unused get_config vport op.Jesse Gross2-4/+0
2013-06-14openvswitch: Immediately exit on error in ovs_vport_cmd_set().Jesse Gross1-5/+7
2013-06-13net/mlx4: Add VF link state supportRony Efraim6-3/+73
2013-06-13net/core: Add VF link state controlRony Efraim4-2/+37
2013-06-13bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli6-91/+329
2013-06-13htb: reorder struct htb_class fields for performanceEric Dumazet1-29/+33
2013-06-13net-rps: fixes for rps flow limitWillem de Bruijn2-5/+18
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng3-29/+22
2013-06-13sh_eth: remove '__maybe_unused' annotationsSergei Shtylyov1-2/+2
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches32-85/+86
2013-06-13net: make all team port device link events urgentFlavio Leitner1-0/+3
2013-06-13net: ping_check_bind_addr() etc. can be staticWu Fengguang2-13/+13
2013-06-13cxgb4: Do not set net_device::dev_id to VI indexBen Hutchings1-1/+0
2013-06-13macvtap: fix uninitialized return value macvtap_ioctl_set_queue()Jason Wang1-0/+2
2013-06-13macvtap: slient sparse warningsJason Wang2-2/+2
2013-06-13sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman1-1/+1
2013-06-13netlink: make compare exist all the timeGao feng1-2/+2
2013-06-12net: add doc for ip_early_demux sysctlCong Wang1-0/+9
2013-06-12tun: Turn tun_flow_init() into void fnPavel Emelyanov1-7/+2
2013-06-12tun: Report "persist" flag to userspacePavel Emelyanov2-0/+5
2013-06-12udp: fix two sparse errorsEric Dumazet1-2/+2
2013-06-12gro: remove a sparse errorEric Dumazet1-1/+1
2013-06-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller206-3391/+19923
2013-06-12sh_eth: split 'sh_eth_netdev_ops'Sergei Shtylyov1-9/+20
2013-06-12igmp: fix new sparse errorsEric Dumazet1-4/+4
2013-06-12gianfar: Add backwards compatible Single Queue mode pollingClaudiu Manoil1-2/+49
2013-06-12sfc: Store port number in private data, not net_device::dev_idBen Hutchings2-2/+3
2013-06-12ipv4: remove is_data also from ip_options documentation.Rami Rosen1-1/+0
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko4-18/+18
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko2-2/+2
2013-06-12team: remove synchronize_rcu() called during queue override changeJiri Pirko1-16/+47