aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-22openvswitch: fix the calculation of checksum for vlan headerCong Wang1-2/+2
2013-02-22openvswitch: Fix parsing invalid LLC/SNAP ethertypesRich Lane1-1/+5
2013-02-22openvswitch: Call genlmsg_end in queue_userspace_packetRich Lane1-0/+1
2013-02-22openvswitch: Fix ovs_vport_cmd_new return value on successRich Lane1-0/+1
2013-02-22openvswitch: Fix ovs_vport_cmd_del return value on successRich Lane1-0/+1
2013-02-22SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust1-1/+5
2013-02-22tcp: fix SYN-data space mis-accountingYuchung Cheng1-7/+11
2013-02-22sock: only define socket limit if mem cgroup configuredstephen hemminger1-0/+2
2013-02-22net: Fix locking bug in netif_set_xps_queueAlexander Duyck1-1/+3
2013-02-22ipv4: fix error handling in icmp_protocol.Li Wei2-1/+24
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+4
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2013-02-21sun.com documentation fixesChristian Kujau1-1/+1
2013-02-21ipv6: use a stronger hash for tcpEric Dumazet1-2/+7
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-18/+14
2013-02-21ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds24-85/+58
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-10/+10
2013-02-21Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-37/+42
2013-02-21netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik1-1/+2
2013-02-21af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel1-0/+1
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds397-9406/+22992
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2-5/+4
2013-02-20net: fix a wrong assignment in skb_split()Amerigo Wang1-1/+1
2013-02-19Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+3
2013-02-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller14-332/+307
2013-02-19ip_gre: remove an extra dst_release()Eric Dumazet1-3/+1
2013-02-19Merge branch 'testing' of github.com:ceph/ceph-client into into linux-3.8-cephAlex Elder7-286/+274
2013-02-19libceph: drop return value from page vector copy routinesAlex Elder1-8/+6
2013-02-19libceph: use void pointers in page vector functionsAlex Elder1-5/+5
2013-02-19libceph: allow STAT osd operationsAlex Elder1-1/+2
2013-02-19libceph: simplify data length calculationAlex Elder1-8/+4
2013-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-332/+307
2013-02-19net: fix a build failure when !CONFIG_PROC_FSCong Wang2-8/+5
2013-02-19net: ipv4: fix waring -Wunused-variableGao feng1-4/+5
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang4-456/+417
2013-02-19ip_gre: propogate target device GSO capability to the tunnel deviceDmitry Kravkov1-2/+8
2013-02-19ip_gre: allow CSUM capable devices to handle packetsDmitry Kravkov1-5/+2
2013-02-18Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller21-197/+298
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller7-9/+16
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso15-65/+160
2013-02-18ipv6: fix a sparse warningEric Dumazet1-1/+2
2013-02-18Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville14-332/+307
2013-02-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller55-1519/+4514
2013-02-18VSOCK: Don't reject PF_VSOCK protocolAndy King1-1/+1
2013-02-18VSOCK: get rid of vsock_version.hDmitry Torokhov2-24/+1
2013-02-18VSOCK: get rid of EXPORT_SYMTABDmitry Torokhov2-4/+0
2013-02-18xfrm: release neighbor upon dst destructionRomain KUNTZ1-0/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng55-107/+107
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng47-81/+94
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville55-1519/+4514
2013-02-18libceph: remove dead code in osd_req_encode_op()Alex Elder1-26/+5
2013-02-18libceph: report defined but unsupported osd opsAlex Elder1-0/+54
2013-02-18libceph: update ceph_osd_op_name()Alex Elder1-0/+24
2013-02-18libceph: add ceph_osd_state_name()Alex Elder1-0/+15
2013-02-18libceph: kill ceph_osdc_wait_event()Alex Elder1-18/+0
2013-02-18libceph: kill ceph_osdc_create_event() "one_shot" parameterAlex Elder1-6/+5
2013-02-18libceph: kill ceph_calc_raw_layout()Alex Elder1-45/+32
2013-02-18libdeph: don't export ceph_osdc_init() or ceph_osdc_stop()Alex Elder1-2/+0
2013-02-18libceph: lock outside send_queued()Alex Elder1-10/+9
2013-02-18ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder1-3/+3
2013-02-18ceph: kill ceph_osdc_writepages() "flags" parameterAlex Elder1-4/+2
2013-02-18ceph: kill ceph_osdc_writepages() "dosync" parameterAlex Elder1-2/+2
2013-02-18ceph: kill ceph_osdc_writepages() "nofail" parameterAlex Elder1-3/+3
2013-02-18ip: fix warning in xfrm4_mode_tunnel_inputstephen hemminger1-1/+2
2013-02-18ipv6: fix warning in xfrm6_mode_tunnel_inputstephen hemminger1-1/+2
2013-02-18net: move ioctl functions into a separated fileCong Wang3-574/+577
2013-02-18cfg80211: fix station change if TDLS isn't supportedJohannes Berg1-9/+0
2013-02-18ipv6: optimize inet6_hash_frag()Eric Dumazet1-14/+1
2013-02-18Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-59/+44
2013-02-18mac80211: don't spam mesh probe response messagesThomas Pedersen1-1/+0
2013-02-18mac80211: stringify mesh peering eventsThomas Pedersen1-14/+24
2013-02-18mac80211: clean up mesh HT operationThomas Pedersen2-40/+24
2013-02-18mac80211: fix harmless station flush warningJohannes Berg1-2/+3
2013-02-17sunrpc: silence build warning in gss_fill_contextJeff Layton1-2/+1
2013-02-17svcrpc: fix rpc server shutdown racesJ. Bruce Fields2-34/+32
2013-02-17svcrpc: make svc_age_temp_xprts enqueue under sv_lockJ. Bruce Fields1-13/+2
2013-02-15tipc: remove redundant checking for the number of iovecs in a send requestYing Xue1-6/+3
2013-02-15tipc: byte-based overload control on socket receive queueYing Xue1-38/+39
2013-02-15tipc: eliminate duplicated discard_rx_queue routineYing Xue1-15/+2
2013-02-15tipc: fix missing spinlock init in broadcast codeErik Hugne1-0/+1
2013-02-15net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet1-3/+1
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar10-10/+207
2013-02-15net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar1-31/+48
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar11-19/+12
2013-02-15mac80211: Fix incorrect use of STA_PR_FMT in trace pointsSeth Forshee1-3/+3
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville41-729/+2647
2013-02-15mac80211: enable vif.cab_queue for meshBob Copeland1-1/+2
2013-02-15SUNRPC: move cache_detail->cache_request callback call to cache_read()Stanislav Kinsbursky1-12/+20
2013-02-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky1-7/+3
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky3-23/+7
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2-3/+6
2013-02-15mac80211: clean up mesh codeJohannes Berg10-263/+252
2013-02-15mac80211: prevent spurious HT/VHT downgrade messageJohannes Berg1-0/+4
2013-02-15nl80211: renumber NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg1-2/+1
2013-02-15cfg80211: Pass TDLS peer's QoS/HT/VHT information during set_stationJouni Malinen2-11/+85
2013-02-15cfg80211: Pass station (extended) capability info to kernelJouni Malinen1-0/+36
2013-02-15mac80211: advertise operating mode notification capabilityJohannes Berg1-0/+9
2013-02-15cfg80211: advertise extended capabilities to userspaceJohannes Berg1-0/+9
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg4-15/+28
2013-02-15mac80211: generate mesh probe responsesThomas Pedersen2-2/+63
2013-02-15mac80211: cache mesh beaconThomas Pedersen6-65/+171
2013-02-15mac80211: constify IE parsingJohannes Berg8-86/+95
2013-02-15nl80211: advertise HT/VHT channel limitationsJohannes Berg2-1/+14
2013-02-15cfg80211: allow drivers to selectively disable 80/160 MHzJohannes Berg2-1/+20
2013-02-15mac80211: properly track HT/VHT operation changesJohannes Berg1-68/+168
2013-02-15mac80211: move ieee80211_determine_chantype functionJohannes Berg1-195/+195
2013-02-15mac80211: add ieee80211_vif_change_bandwidthJohannes Berg2-0/+53
2013-02-15mac80211: clean up channel use in ieee80211_config_ht_txJohannes Berg1-11/+3
2013-02-15mac80211: disable HT/VHT if AP has no HT/VHT capabilityJohannes Berg1-2/+14
2013-02-15mac80211: handle operating mode notif in beacon/assoc responseJohannes Berg5-6/+38
2013-02-15mac80211: fix ieee80211_change_chandef nameJohannes Berg1-3/+3
2013-02-15mac80211: fix HT/VHT disable flagsJohannes Berg1-2/+2
2013-02-15mac80211: init HT TX data before rate controlJohannes Berg1-20/+19
2013-02-15mac80211: handle VHT operating mode notificationJohannes Berg5-10/+124
2013-02-15mac80211: track number of spatial streamsJohannes Berg3-0/+44
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg10-94/+130
2013-02-15mac80211: pass station to ieee80211_vht_cap_ie_to_sta_vht_capJohannes Berg4-8/+9
2013-02-15Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg3-6/+10
2013-02-15mac80211: use spin_lock_bh() for TKIP lockJohannes Berg2-9/+6
2013-02-15mac80211: use spin_lock_bh() for tim_lockJohannes Berg2-7/+4
2013-02-15mac80211: don't pick up WPA vendor IEJohannes Berg2-7/+1
2013-02-15mac80211: always unblock CSA queue stop when disconnectingJohannes Berg1-2/+2
2013-02-15mac80211: don't call bss_info_changed on p2p-device/monitorJohannes Berg2-9/+18
2013-02-15mac80211: fix auth/assoc timeout handlingJohannes Berg4-4/+25
2013-02-15mac80211: fix ieee80211_sta_tx_notify for nullfuncWojciech Dubowik1-4/+5
2013-02-15mac80211: consolidate MBSS change notificationThomas Pedersen5-37/+55
2013-02-15mac80211: fix WPA with VLAN on AP side with ps-staMichael Braun1-0/+1
2013-02-15mac80211: free ps->bc_buf skbs on vlan device stopMichael Braun1-0/+14
2013-02-15mac80211: add radar detection command/eventSimon Wunderlich10-1/+190
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich9-17/+463
2013-02-14net: Don't write to current task flags on every packet received.David S. Miller1-18/+28
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-9/+26
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-39/+425
2013-02-14bridge: make ifla_br_policy and br_af_ops staticCong Wang1-2/+2
2013-02-14Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller3-4/+9
2013-02-14iucv: fix kernel panic at rebootHendrik Brueckner1-1/+4
2013-02-13libceph: don't require r_num_pages for bio requestsAlex Elder1-3/+4
2013-02-13rbd: don't take extra bio reference for osd clientAlex Elder2-5/+1
2013-02-13libceph: add a compatibility check interfaceAlex Elder1-0/+16
2013-02-13libceph: fix messenger CONFIG_BLOCK dependenciesAlex Elder1-1/+4
2013-02-13bridge: Separate egress policy bitmapVlad Yasevich3-6/+19
2013-02-13bridge: Add vlan support for local fdb entriesVlad Yasevich4-25/+125
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich3-29/+151
2013-02-13bridge: Add vlan id to multicast groupsVlad Yasevich2-20/+50
2013-02-13bridge: Add vlan to unicast fdb entriesVlad Yasevich4-35/+52
2013-02-13bridge: Add the ability to configure pvidVlad Yasevich3-17/+49
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich6-10/+126
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich4-16/+99
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich5-18/+196
2013-02-13bridge: Verify that a vlan is allowed to egress on given portVlad Yasevich4-0/+41
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich4-0/+85
2013-02-13bridge: Add vlan filtering infrastructureVlad Yasevich6-0/+296
2013-02-13netfilter: nf_ct_reasm: fix per-netns sysctl initializationMichal Kubeček1-3/+3
2013-02-13net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sackDaniel Borkmann1-0/+7
2013-02-13net: sctp: minor: make jsctp_sf_eat_sack staticDaniel Borkmann1-6/+6
2013-02-13net, sctp: remove CONFIG_EXPERIMENTALKees Cook1-2/+2
2013-02-13net: sctp: sctp_v6_get_dst: fix boolean test in dst cacheDaniel Borkmann1-2/+3
2013-02-13batman-adv: Fix NULL pointer dereference in DAT hash collision avoidancePau Koning1-1/+1
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar7-12/+8
2013-02-13tcp: send packets with a socket timestampAndrey Vagin5-17/+30
2013-02-13tcp: set and get per-socket timestampAndrey Vagin1-0/+9
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin2-0/+4
2013-02-13netpoll: fix smatch warnings in netpoll core codeNeil Horman1-3/+7
2013-02-13net: skbuff: fix compile error in skb_panic()James Hogan1-3/+3
2013-02-13sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman1-2/+4
2013-02-13sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls.Eric W. Biederman1-5/+9
2013-02-13sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentialsEric W. Biederman1-3/+3
2013-02-13sunrpc: Hash uids by first computing their value in the initial usernsEric W. Biederman2-3/+8
2013-02-13sunrpc: Update svcgss xdr handle to rpsec_contect cacheEric W. Biederman1-5/+13
2013-02-13sunrpc: Update gss uid to security context mapping.Eric W. Biederman1-5/+15
2013-02-13sunrpc: Use gid_valid to test for gid != INVALID_GIDEric W. Biederman1-3/+2
2013-02-13sunrpc: Convert kuids and kgids to uids and gids for printingEric W. Biederman3-7/+13
2013-02-13sunrpc: Simplify auth_unix now that everything is a kgid_tEric W. Biederman1-10/+4
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman4-8/+8
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman3-10/+10
2013-02-13sunrpc: Use userns friendly constants.Eric W. Biederman4-9/+9
2013-02-13cfg80211: configuration for WoWLAN over TCPJohannes Berg2-3/+295
2013-02-13mac80211/minstrel_ht: add support for using CCK ratesFelix Fietkau5-60/+237
2013-02-13cfg80211: check vendor IE length to avoid overrunLuciano Coelho1-4/+8
2013-02-13nl80211: add packet offset information for wowlan patternAmitkumar Karwar1-27/+47
2013-02-12act_police: improved accuracy at high ratesJiri Pirko1-46/+53
2013-02-12act_police: move struct tcf_police to act_police.cJiri Pirko1-0/+15
2013-02-12tbf: improved accuracy at high ratesJiri Pirko1-39/+37
2013-02-12sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko1-3/+3
2013-02-12sch: make htb_rate_cfg and functions around that genericJiri Pirko2-56/+46
2013-02-12htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko1-2/+2
2013-02-12htb: remove pointless first initialization of buffer and cbufferJiri Pirko1-3/+0
2013-02-12htb: use PSCHED_TICKS2NS()Jiri Pirko1-2/+2
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-40/+58
2013-02-12htb: fix values in opt dumpJiri Pirko1-2/+2
2013-02-12netfilter: nf_ct_helper: don't discard helper if it is actually the sameFlorian Westphal1-1/+3
2013-02-12netfilter: ctnetlink: don't permit ct creation with random tupleFlorian Westphal1-0/+3
2013-02-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-5/+9
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet1-1/+1
2013-02-12net: sctp: remove unused multiple cookie keysDaniel Borkmann2-31/+9
2013-02-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-5/+9
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2-11/+20
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman1-12/+13