aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-06-25Merge ../vxlan-xStephen Hemminger2-8/+5
2013-06-25bridge: check for zero ether address in fdb addStephen Hemminger1-0/+5
2013-06-25net: poll/select low latency socket supportEliezer Tamir3-2/+22
2013-06-25net: sctp: simplify sctp_get_portDaniel Borkmann1-4/+1
2013-06-25net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2-10/+25
2013-06-25net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann1-1/+1
2013-06-25net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann3-29/+12
2013-06-25ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa1-0/+1
2013-06-25ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa1-6/+0
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa1-73/+91
2013-06-25rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport1-8/+0
2013-06-25ipv6: add include file to suppress sparse warningsEric Dumazet1-0/+1
2013-06-24net: netlink: virtual tap device managementDaniel Borkmann1-0/+107
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho2-2/+6
2013-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller35-762/+1561
2013-06-24openvswitch: Use correct config guard.Pravin B Shelar2-2/+2
2013-06-24bridge: fix a typo in commentsCong Wang1-1/+1
2013-06-23net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-23VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He1-3/+3
2013-06-23VSOCK: Remove unnecessary labelAsias He1-2/+1
2013-06-23VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He1-7/+8
2013-06-23VSOCK: Introduce vsock_auto_bind helperAsias He1-28/+21
2013-06-23ipv6: remove a useless pr_info() in addrconf_gre_config()Cong Wang1-2/+0
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville35-762/+1561
2013-06-19inet: frag , remove an empty ifdef.Rami Rosen1-2/+0
2013-06-19htb: refactor struct htb_sched fields for performanceEric Dumazet1-86/+95
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang2-3/+8
2013-06-19sctp: Convert __list_for_each use to list_for_eachDave Jones1-1/+1
2013-06-19tcp:typo unset should be unsentWeiping Pan1-1/+1
2013-06-19sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel1-1/+1
2013-06-19neigh: disallow un-init_net to change thresh of neighGao feng1-0/+6
2013-06-19neigh: only allow init_net to change the default neigh_parmsGao feng1-1/+1
2013-06-19neigh: no need to call lookup_neigh_parms in neigh_parms_allocGao feng1-6/+2
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar7-2/+322
2013-06-19openvswitch: Optimize flow key match for non tunnel flows.Pravin B Shelar3-20/+42
2013-06-19openvswitch: Expand action buffer size.Pravin B Shelar1-1/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar9-7/+233
2013-06-19openvswitch: Copy individual actions.Pravin B Shelar3-58/+225
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar5-27/+53
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar4-59/+108
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar2-32/+31
2013-06-19gre: export gre_build_header() function.Pravin B Shelar2-39/+33
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2-151/+243
2013-06-19gre: Simplify gre protocol registration locking.Pravin B Shelar1-27/+13
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller34-156/+356
2013-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+9
2013-06-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+9
2013-06-19nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg1-2/+9
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-17/+105
2013-06-17ipv6: ndisc: fix ndisc_send_redirect writing to the wrong skbMatthias Schiffer1-1/+1
2013-06-17bridge: fix switched interval for MLD Query typesLinus Lüssing1-2/+3
2013-06-17vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao1-3/+3
2013-06-17net: sctp: remove SCTP_STATIC macroDaniel Borkmann8-65/+57
2013-06-17net: sctp: get rid of t_new macro for kzallocDaniel Borkmann6-6/+7
2013-06-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller7-17/+105
2013-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-9/+22
2013-06-17tipc: remove dev_base_lock use from enable_bearerYing Xue2-22/+4
2013-06-17tipc: fix wrong return value for link_send_sections_long routineYing Xue1-2/+6
2013-06-17tipc: make tipc_link_send_sections_fast exit earlierYing Xue1-4/+3
2013-06-17tipc: enhance priority of link protocol packetYing Xue1-0/+3
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker15-66/+54
2013-06-17tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue3-7/+7
2013-06-17tipc: convert config_lock from spinlock to mutexYing Xue1-14/+3
2013-06-17tipc: rename tipc_createport_raw to tipc_createportYing Xue3-5/+5
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue5-42/+17
2013-06-17tipc: delete code orphaned by new server infrastructureYing Xue3-385/+3
2013-06-17tipc: convert configuration server to use new server facilityYing Xue3-60/+49
2013-06-17tipc: convert topology server to use new server facilityYing Xue4-247/+104
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 Xue6-11/+96
2013-06-17net: add socket option for low latency pollingEliezer Tamir2-1/+20
2013-06-17net: remove NET_LL_RX_POLL config menueEliezer Tamir1-9/+2
2013-06-17net: convert low latency sockets to sched_clock()Eliezer Tamir1-1/+0
2013-06-17net: change sysctl_net_ll_poll into an unsigned intEliezer Tamir2-3/+3
2013-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-17/+105
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/...David S. Miller9-36/+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 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-14NFC: llcp: Fix the well known services endiannessSamuel Ortiz1-2/+2
2013-06-14NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz1-0/+1
2013-06-14NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz1-0/+3
2013-06-14NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz2-3/+6
2013-06-14NFC: Fix a potential memory leakThierry Escande1-0/+1
2013-06-14NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande3-0/+15
2013-06-14NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande3-24/+3
2013-06-14NFC: Add secure element enablement netlink APISamuel Ortiz1-0/+56
2013-06-14NFC: Add secure element enablement internal APISamuel Ortiz2-4/+109
2013-06-14NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz1-0/+8
2013-06-14NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz3-0/+80
2013-06-14NFC: Add secure elements addition and removal APISamuel Ortiz1-1/+44
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz3-0/+58
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz5-9/+2
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis1-0/+174
2013-06-14NFC: Add NCI over SPI sendFrederic Danis1-1/+70
2013-06-14NFC: Add basic NCI over SPIFrederic Danis3-1/+149
2013-06-13sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman1-4/+2
2013-06-13net/core: Add VF link state controlRony Efraim1-2/+20
2013-06-13htb: reorder struct htb_class fields for performanceEric Dumazet1-29/+33
2013-06-13net-rps: fixes for rps flow limitWillem de Bruijn1-3/+16
2013-06-14NFC: HCI: Follow a positive code path in the HCI ops implementationsSamuel Ortiz1-18/+18
2013-06-14NFC: HCI: Implement fw_upload opsEric Lapuyade1-0/+11
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade3-0/+114
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis2-13/+6
2013-06-13Bluetooth: Fix conditions for HCI_Delete_Stored_Link_KeyJohan Hedberg1-5/+10
2013-06-13Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo1-0/+3
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet1-2/+2
2013-06-13net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan1-2/+1
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng2-26/+20
2013-06-13l2tp: Fix sendmsg() return valueGuillaume Nault1-1/+1
2013-06-13l2tp: Fix PPP header erasure and memory leakGuillaume Nault1-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-13packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann1-3/+2
2013-06-13net: ping_check_bind_addr() etc. can be staticWu Fengguang2-13/+13
2013-06-13Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-35/+60
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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-38/+122
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/lin...David S. Miller36-1285/+813
2013-06-12igmp: fix new sparse errorsEric Dumazet1-4/+4
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville22-698/+646
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-30/+102
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-12/+92
2013-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-1/+1
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-22/+81
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2-1/+26
2013-06-12Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg1-18/+52
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg2-3/+3
2013-06-12netfilter: xt_TCPMSS: Fix missing fragmentation handlingPhil Oester1-0/+4
2013-06-12netfilter: xt_TCPMSS: Fix IPv6 default MSS tooPhil Oester1-7/+14
2013-06-12pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skbDaniel Borkmann1-25/+27
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann4-82/+104
2013-06-12igmp: remove unnecessary in_device member zeroingShawn Bohrer1-4/+0
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2-3/+71
2013-06-12net_sched: htb: do not setup default rate estimatorsEric Dumazet1-6/+12
2013-06-12mac80211: Fix rate control mask matching callSimon Wunderlich1-1/+1
2013-06-12mac80211: abort CAC in stop_ap()Simon Wunderlich1-0/+6
2013-06-12mac80211: work around broken APs not including HT infoJohannes Berg3-11/+85
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet1-24/+20
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville36-1285/+813
2013-06-11cfg80211: fix rtnl leak in wiphy dump error casesJohannes Berg1-1/+4
2013-06-11nl80211: allow sending CMD_FRAME without specifying any frequencyAntonio Quartulli1-4/+15
2013-06-11mac80211: make mgmt_tx accept a NULL channelAntonio Quartulli1-3/+14
2013-06-11cfg80211: fix VHT TDLS peer AID verificationJouni Malinen1-5/+7
2013-06-11{nl,mac,cfg}80211: Allow user to configure basic rates for meshAshok Nagarajan4-4/+28
2013-06-11mac80211: expire mesh peers based on mesh configurationColleen Twitty3-2/+3
2013-06-11{nl,cfg}80211: make peer link expiration time configurableColleen Twitty2-1/+9
2013-06-11mac80211: fix mesh deadlockThomas Pedersen2-18/+18
2013-06-11netlink: fix error propagation in netlink_mmap()Patrick McHardy1-1/+1
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet8-17/+29
2013-06-11net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6
2013-06-11net: pass correct parameter to skb_headers_offset_update()Peter Pan(潘卫平)1-13/+2
2013-06-11netlink: Add compare function for netlink_tableGao feng2-8/+26
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich7-16/+31
2013-06-11bridge: Add flag to control mac learning.Vlad Yasevich5-4/+13
2013-06-10sock_diag: fix filter code sent to userspaceNicolas Dichtel2-3/+8
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang1-7/+1
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir3-0/+9
2013-06-10udp: add low latency socket poll supportEliezer Tamir3-2/+14
2013-06-10net: add low latency socket pollEliezer Tamir6-0/+39
2013-06-10net: add napi_id and hashEliezer Tamir1-0/+59
2013-06-10Merge tag '9p-3.10-bug-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-37/+18
2013-06-11netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()Pablo Neira Ayuso1-2/+4
2013-06-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-7/+20
2013-06-10ipvs: info leak in __ip_vs_get_dest_entries()Dan Carpenter1-0/+1
2013-06-10batman-adv: Don't handle address updates when bla is disabledSimon Wunderlich1-0/+4
2013-06-10batman-adv: forward late OGMs from best next hopSimon Wunderlich1-31/+55
2013-06-10batman-adv: wait for rtnl in batadv_store_mesh_iface instead of failing if it...Matthias Schiffer1-4/+1
2013-06-07netlink: allow large data transfers from user-spacePablo Neira Ayuso1-2/+35
2013-06-07net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet1-5/+6
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann5-318/+336
2013-06-07net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann1-2/+2
2013-06-07netfilter: nfnetlink_queue: fix missing HW protocolPablo Neira Ayuso1-3/+3
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-41/+44
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski2-41/+44
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller13-79/+135
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller36-121/+297
2013-06-05netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS optionPhil Oester1-0/+6
2013-06-05netfilter: nfnetlink_queue: only add CAP_LEN attr when neededFlorian Westphal1-1/+2
2013-06-05netfilter: nfnetlink_queue: cleanup copy_range usageFlorian Westphal1-10/+12
2013-06-05netfilter: nfnetlink_cttimeout: fix incomplete dumping of objectsPablo Neira Ayuso1-2/+5
2013-06-05netfilter: nfnetlink_acct: fix incomplete dumping of objectsPablo Neira Ayuso1-2/+5
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-90/+227
2013-06-05wireless: fix kernel-docJohannes Berg1-0/+3
2013-06-05mac80211: Use suitable semantics for beacon availability indicationAlexander Bondar3-12/+16
2013-06-05mac80211: fix powersave bug and clean up ieee80211_rx_bss_infoAlexander Bondar1-21/+9
2013-06-04net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet1-17/+17
2013-06-04netpoll: fix position of network headerAmerigo Wang1-16/+4