summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue2013-06-173-7/+7
* tipc: convert config_lock from spinlock to mutexYing Xue2013-06-171-14/+3
* tipc: rename tipc_createport_raw to tipc_createportYing Xue2013-06-173-5/+5
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-175-42/+17
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-173-385/+3
* tipc: convert configuration server to use new server facilityYing Xue2013-06-173-60/+49
* tipc: convert topology server to use new server facilityYing Xue2013-06-174-247/+104
* tipc: introduce new TIPC server infrastructureYing Xue2013-06-175-10/+789
* tipc: allow implicit connect for stream socketsErik Hugne2013-06-171-4/+2
* tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue2013-06-176-11/+96
* net: add socket option for low latency pollingEliezer Tamir2013-06-172-1/+20
* net: remove NET_LL_RX_POLL config menueEliezer Tamir2013-06-171-9/+2
* net: convert low latency sockets to sched_clock()Eliezer Tamir2013-06-171-1/+0
* net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir2013-06-172-3/+3
* net: sctp: sctp_association_init: put refs in reverse orderDaniel Borkmann2013-06-141-4/+3
* net: sctp: minor: remove variable in sctp_init_sockDaniel Borkmann2013-06-141-4/+2
* net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT firstDaniel Borkmann2013-06-141-4/+4
* net: sctp: sideeffect: throw BUG if primary_path is NULLDaniel Borkmann2013-06-142-4/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-06-149-36/+51
|\
| * openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()Pravin B Shelar2013-06-143-18/+13
| * openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar2013-06-145-0/+17
| * openvswitch: Fix misspellings in comments and docs.Andy Hill2013-06-141-1/+1
| * openvswitch: fix variable names in commentLorand Jakab2013-06-141-2/+2
| * openvswitch: Unify vport error stats handling.Pravin B Shelar2013-06-143-6/+11
| * openvswitch: Remove unused get_config vport op.Jesse Gross2013-06-142-4/+0
| * openvswitch: Immediately exit on error in ovs_vport_cmd_set().Jesse Gross2013-06-141-5/+7
* | net/core: Add VF link state controlRony Efraim2013-06-131-2/+20
* | htb: reorder struct htb_class fields for performanceEric Dumazet2013-06-131-29/+33
* | net-rps: fixes for rps flow limitWillem de Bruijn2013-06-131-3/+16
* | tcp: properly send new data in fast recovery in first RTTYuchung Cheng2013-06-132-26/+20
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-1332-85/+86
* | net: make all team port device link events urgentFlavio Leitner2013-06-131-0/+3
* | net: ping_check_bind_addr() etc. can be staticWu Fengguang2013-06-132-13/+13
* | sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman2013-06-131-1/+1
* | netlink: make compare exist all the timeGao feng2013-06-131-2/+2
* | udp: fix two sparse errorsEric Dumazet2013-06-121-2/+2
* | gro: remove a sparse errorEric Dumazet2013-06-121-1/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-1236-1285/+813
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-1136-1285/+813
| |\ \
| | * | mac80211: fix sdata locking around __ieee80211_request_smpsJohannes Berg2013-06-031-0/+2
| | * | mac80211: always send multicast on CAB queueJohannes Berg2013-05-291-2/+3
| | * | mac80211: support active monitor interfacesFelix Fietkau2013-05-294-11/+38
| | * | cfg80211: support an active monitor interface flagFelix Fietkau2013-05-291-0/+10
| | * | cfg80211: make WoWLAN configuration available to driversJohannes Berg2013-05-274-38/+48
| | * | cfg80211: remove some locked wrappers from sme APIJohannes Berg2013-05-256-59/+32
| | * | cfg80211: remove some locked wrappers from mlme APIJohannes Berg2013-05-254-149/+70
| | * | regulatory: remove reg_mutexJohannes Berg2013-05-251-57/+19
| | * | regulatory: use RCU in regulatory_hint_11d()Johannes Berg2013-05-251-14/+16
| | * | cfg80211: simplify and correct P2P-Device scan checkJohannes Berg2013-05-251-10/+7
| | * | cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg2013-05-2512-325/+197