Age | Commit message (Expand) | Author | Files | Lines |
2013-06-17 | tipc: cosmetic realignment of function arguments | Paul Gortmaker | 15 | -66/+54 |
2013-06-17 | tipc: save sock structure pointer instead of void pointer to tipc_port | Ying Xue | 3 | -7/+7 |
2013-06-17 | tipc: convert config_lock from spinlock to mutex | Ying Xue | 1 | -14/+3 |
2013-06-17 | tipc: rename tipc_createport_raw to tipc_createport | Ying Xue | 3 | -5/+5 |
2013-06-17 | tipc: remove user_port instance from tipc_port structure | Ying Xue | 5 | -42/+17 |
2013-06-17 | tipc: delete code orphaned by new server infrastructure | Ying Xue | 3 | -385/+3 |
2013-06-17 | tipc: convert configuration server to use new server facility | Ying Xue | 3 | -60/+49 |
2013-06-17 | tipc: convert topology server to use new server facility | Ying Xue | 4 | -247/+104 |
2013-06-17 | tipc: introduce new TIPC server infrastructure | Ying Xue | 5 | -10/+789 |
2013-06-17 | tipc: allow implicit connect for stream sockets | Erik Hugne | 1 | -4/+2 |
2013-06-17 | tipc: change socket buffer overflow control to respect sk_rcvbuf | Ying Xue | 7 | -12/+112 |
2013-06-17 | tipc: update code comments to reflect new uapi header path | Ying Xue | 2 | -2/+2 |
2013-06-17 | net: add socket option for low latency polling | Eliezer Tamir | 19 | -7/+58 |
2013-06-17 | net: remove NET_LL_RX_POLL config menue | Eliezer Tamir | 1 | -9/+2 |
2013-06-17 | net: convert low latency sockets to sched_clock() | Eliezer Tamir | 2 | -17/+17 |
2013-06-17 | net: change sysctl_net_ll_poll into an unsigned int | Eliezer Tamir | 3 | -5/+6 |
2013-06-14 | net: sctp: sctp_association_init: put refs in reverse order | Daniel Borkmann | 1 | -4/+3 |
2013-06-14 | net: sctp: minor: remove variable in sctp_init_sock | Daniel Borkmann | 1 | -4/+2 |
2013-06-14 | net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first | Daniel Borkmann | 1 | -4/+4 |
2013-06-14 | net: sctp: sideeffect: throw BUG if primary_path is NULL | Daniel Borkmann | 2 | -4/+13 |
2013-06-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/... | David S. Miller | 10 | -37/+51 |
2013-06-14 | openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs() | Pravin B Shelar | 3 | -18/+13 |
2013-06-14 | openvswitch: make skb->csum consistent with rest of networking stack. | Pravin B Shelar | 5 | -0/+17 |
2013-06-14 | openvswitch: Fix struct comment. | Pravin B Shelar | 1 | -1/+0 |
2013-06-14 | openvswitch: Fix misspellings in comments and docs. | Andy Hill | 1 | -1/+1 |
2013-06-14 | openvswitch: fix variable names in comment | Lorand Jakab | 1 | -2/+2 |
2013-06-14 | openvswitch: Unify vport error stats handling. | Pravin B Shelar | 3 | -6/+11 |
2013-06-14 | openvswitch: Remove unused get_config vport op. | Jesse Gross | 2 | -4/+0 |
2013-06-14 | openvswitch: Immediately exit on error in ovs_vport_cmd_set(). | Jesse Gross | 1 | -5/+7 |
2013-06-13 | net/mlx4: Add VF link state support | Rony Efraim | 6 | -3/+73 |
2013-06-13 | net/core: Add VF link state control | Rony Efraim | 4 | -2/+37 |
2013-06-13 | bcm63xx_enet: add support Broadcom BCM6345 Ethernet | Florian Fainelli | 6 | -91/+329 |
2013-06-13 | htb: reorder struct htb_class fields for performance | Eric Dumazet | 1 | -29/+33 |
2013-06-13 | net-rps: fixes for rps flow limit | Willem de Bruijn | 2 | -5/+18 |
2013-06-13 | tcp: properly send new data in fast recovery in first RTT | Yuchung Cheng | 3 | -29/+22 |
2013-06-13 | sh_eth: remove '__maybe_unused' annotations | Sergei Shtylyov | 1 | -2/+2 |
2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 32 | -85/+86 |
2013-06-13 | net: make all team port device link events urgent | Flavio Leitner | 1 | -0/+3 |
2013-06-13 | net: ping_check_bind_addr() etc. can be static | Wu Fengguang | 2 | -13/+13 |
2013-06-13 | cxgb4: Do not set net_device::dev_id to VI index | Ben Hutchings | 1 | -1/+0 |
2013-06-13 | macvtap: fix uninitialized return value macvtap_ioctl_set_queue() | Jason Wang | 1 | -0/+2 |
2013-06-13 | macvtap: slient sparse warnings | Jason Wang | 2 | -2/+2 |
2013-06-13 | sctp: Correct byte order of access to skb->{network, transport}_header | Simon Horman | 1 | -1/+1 |
2013-06-13 | netlink: make compare exist all the time | Gao feng | 1 | -2/+2 |
2013-06-12 | net: add doc for ip_early_demux sysctl | Cong Wang | 1 | -0/+9 |
2013-06-12 | tun: Turn tun_flow_init() into void fn | Pavel Emelyanov | 1 | -7/+2 |
2013-06-12 | tun: Report "persist" flag to userspace | Pavel Emelyanov | 2 | -0/+5 |
2013-06-12 | udp: fix two sparse errors | Eric Dumazet | 1 | -2/+2 |
2013-06-12 | gro: remove a sparse error | Eric Dumazet | 1 | -1/+1 |
2013-06-12 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 206 | -3391/+19923 |